---
title: "Update queue"
method: PATCH
path: "/v1/transaction_monitoring/queues/{queue_token}"
tags: ["Transaction Monitoring"]
---

# Update queue

`PATCH /v1/transaction_monitoring/queues/{queue_token}`

Updates a transaction monitoring queue.

## Path parameters

- `queue_token` string, uuid, required

## Request body

- UpdateQueueRequest — Parameters for updating a queue. All fields are optional; omitted fields are left unchanged
  - `name` string — New name for the queue
  - `description` string, nullable — New description for the queue, or `null` to clear it
  - `allowed_resolutions` string[], 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 `200`

Queue

- Queue — A queue that groups transaction monitoring cases for review
  - `token` string, uuid, required — Globally unique identifier for the queue
  - `name` string, required — Human-readable name of the queue
  - `description` string, nullable, required — Optional description of the queue
  - `allowed_resolutions` string[], 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
  - `created` string, date-time, required — Date and time at which the queue was created
  - `updated` string, date-time, required — Date and time at which the queue was last updated
  - `case_counts` object, required — Number of cases in the queue, broken down by status. A status is omitted when the queue has no cases in that status
    - `OPEN` integer — Number of cases in the queue with status `OPEN`
    - `ASSIGNED` integer — Number of cases in the queue with status `ASSIGNED`
    - `IN_REVIEW` integer — Number of cases in the queue with status `IN_REVIEW`
    - `ESCALATED` integer — Number of cases in the queue with status `ESCALATED`
    - `RESOLVED` integer — Number of cases in the queue with status `RESOLVED`
    - `CLOSED` integer — Number of cases in the queue with status `CLOSED`

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
