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
| Field | Type | Description |
|---|---|---|
tags | string[] | Call tags (replaces existing tags) |
metadata | object | Custom key-value metadata |
Response 200
Returns the full updated call object (see Get Call).
Errors
| Code | Description |
|---|---|
404 | Call not found |
403 | Not authorized to update this call |