v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Transaction Monitoring

Update queue

Updates a transaction monitoring queue.

patch/v1/transaction_monitoring/queues/{queue_token}

Path parameters

queue_tokenstring uuid required

Globally unique identifier for the queue.

Request body

namestring

New name for the queue

descriptionstring nullable

New description for the queue, or null to clear it

allowed_resolutionsstring[] nullable

New list of resolutions that can be recorded on cases in this queue, or null to revert to the default list. Values are free-form labels and must be non-empty and unique. Changing the list only affects what is selectable going forward; the resolution already stored on a case is preserved as-is

Response

Queue

tokenstring uuid required

Globally unique identifier for the queue

namestring required

Human-readable name of the queue

descriptionstring nullable required

Optional description of the queue

allowed_resolutionsstring[] required

Resolutions that can be recorded on cases in this queue. Always the effective list: the queue's own values when it defines them, otherwise the default list

createdstring date-time required

Date and time at which the queue was created

updatedstring date-time required

Date and time at which the queue was last updated