LogoLogo
Sign Up
HomeGuidesVerbsAPI ReferenceClient SDKsTutorialsChangelog
HomeGuidesVerbsAPI ReferenceClient SDKsTutorialsChangelog
    • Introduction
  • REST Call Control
  • REST Platform Management
  • Webhooks
    • GETNew Call
    • POSTNew Call
    • POSTClient Authentication
    • POSTNew Client Tool Request
  • Websocket API
Sign Up
REST Call ControlCalls

update a call

PUT
https://api.jambonz.cloud/v1/Accounts/:AccountSid/Calls/:CallSid
PUT
/v1/Accounts/:AccountSid/Calls/:CallSid
1curl -X PUT https://api.jambonz.cloud/v1/Accounts/AccountSid/Calls/CallSid \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
Try it
1{}

Path parameters

AccountSidstringRequired
CallSidstringRequired

Headers

AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Request

This endpoint expects an object.
call_hookobjectOptional
child_call_hookobjectOptional
call_statusenumOptional
Allowed values:
conf_mute_statusenumOptional
Allowed values:
conf_hold_statusenumOptional
Allowed values:
listen_statusenumOptional
Allowed values:
mute_statusenumOptional
Allowed values:
transcribe_statusenumOptional
Allowed values:
whisperobject or list of objectsOptional
sip_requestobjectOptional
recordobjectOptional
conferenceParticipantActionobjectOptional

Response

Accepted

Errors

Was this page helpful?
Previous

delete a call

Next
Built with

Bearer authentication of the form Bearer <token>, where token is your auth token.