latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
call-recordings
Update a call recording
Updates a call recording by ID. Only provided fields are modified.
Rate limit: 20 requests per minute
patch/call-recordings/{id}
Path parameters
idstring required
The ID of the call recording to update.
Request body
Response
Example response
{
"data": {
"custom_fields": {
"sentiment": {
"value": "positive"
}
}
}
}