About
Update call type and notes of your calls with the following request. Get calls using our Get Calls request.
Resource URI
Updating call type and notes is achieved by simply sending us the sid of the call you want tu update, and the values for call type and/or notes.
PATCH
/v2/Calls/[CallSid]
Request
Parameters
URI Parameters
Parameters | Type | Description |
---|---|---|
CallSid | string | Call secure identifier to identify the call to be patched. |
Resource Parameters
Parameter | Type | Description |
---|---|---|
Notes | string | Custom notes describing this call. |
CallType | string | Custom call type. |
Response
204 – NO CONTENT
400 - Error
For error codes and messages, please refer to the REST API Error Codes page.