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.

Changes

No recorded changes to this endpoint across all 47 revisions of this API.