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

ParametersTypeDescription
CallSidstringCall secure identifier to identify the call to be patched.

Resource Parameters

ParameterTypeDescription
NotesstringCustom notes describing this call.
CallTypestringCustom call type.

Response

204 – NO CONTENT

400 - Error

For error codes and messages, please refer to the REST API Error Codes page.