Update Call

Update call metadata — tags, name, and custom metadata.

PATCH/v2/calls/{call_id}

Update call metadata. Only provided fields are changed.

Path Parameters

The call ID

Request Body

FieldTypeDescription
tagsstring[]Call tags (replaces existing tags)
metadataobjectCustom key-value metadata

Response 200

Returns the full updated call object (see Get Call).


Errors

CodeDescription
404Call not found
403Not authorized to update this call

On this page