Update the metadata for a specific call.
This allows you to store custom information against a call record. The new metadata will be merged with any existing metadata.
null.| Parameter | Type | Required | Description |
|---|---|---|---|
call_id | integer | Yes | The internal call ID (not the call SID) |
| Field | Type | Required | Description |
|---|---|---|---|
metadata | object | Yes | Key-value pairs to store with the call |
customer_id vs customerId)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for updating call metadata.
Successful Response
Schema for call response.