latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
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"
}
}
}
}