v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
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

keep_after_hangupboolean

Whether the call should remain in queue after hangup.

Example request

{
  "keep_after_hangup": true
}

Response

Call has been successfully updated.