Queue Commands
Update queued call
Update queued call's keep_after_hangup flag
patch/queues/{queue_name}/calls/{call_control_id}
Path parameters
queue_namestring required
Uniquely identifies the queue by name
call_control_idstring required
Unique identifier and token for controlling the call
Request body
Example request
{
"keep_after_hangup": true
}Response
Call has been successfully updated.