---
title: "Edit an annotation queue"
method: PATCH
path: "/v2/annotation-queues/{annotation_queue_id}"
tags: ["Annotation Queues"]
---

# Edit an annotation queue

`PATCH /v2/annotation-queues/{annotation_queue_id}`

Update an annotation queue by ID with the provided fields.

## Path parameters

- `annotation_queue_id` string, required

## Request body

- object
  - `display_name` string — The display name of the annotation queue
  - `description` string — The description of the annotation queue
  - `project_id` string — The project ID. When set, human reviews are resolved from the project automatically
  - `human_review_ids` string[] — Legacy: update manually selected human review IDs. Only allowed when project_id is not set

## Response `200`

Annotation queue updated

- object
  - `_id` string, required — The unique identifier of the annotation queue
  - `display_name` string, required — The display name of the annotation queue
  - `description` string, required — The description of the annotation queue
  - `workspace_id` string, required — The unique identifier of the workspace it belongs to
  - `project_id` string — The project ID. When set, human reviews are resolved from the project automatically
  - `human_review_ids` string[], required — Legacy: manually selected human review IDs. Used only when project_id is not set
  - `metadata` object, required
    - `items_count` number, required — The number of items in the annotation queue
  - `created_by_id` string, uuid, nullable — The id of the user who created the resource
  - `updated_by_id` string, uuid, nullable — The id of the user who last updated the resource
  - `created` union — The date and time the resource was created
    - string, date-time
    - string, date-time
  - `updated` union — The date and time the resource was last updated
    - string, date-time
    - string, date-time

## Changes

> 247 revisions in range; 71 not diffed.

- **2026-08-26** `1f8d6c19ffa2` — 2 info
  - the `` response's property default value changed from `2026-08-26T13:17:17.478Z` to `2026-08-26T13:26:42.563Z` for the status `200`
  - the `created` response's property default value changed from `2026-08-26T13:17:17.477Z` to `2026-08-26T13:26:42.562Z` for the status `200`
- **2026-08-26** `34cb457678d2` — 2 info
  - the `` response's property default value changed from `2026-08-26T11:10:52.849Z` to `2026-08-26T13:17:17.478Z` for the status `200`
  - the `created` response's property default value changed from `2026-08-26T11:10:52.848Z` to `2026-08-26T13:17:17.477Z` for the status `200`
- **2026-08-26** `32cce7a5d007` — 2 info
  - the `` response's property default value changed from `2026-08-26T09:46:50.254Z` to `2026-08-26T11:10:52.849Z` for the status `200`
  - the `created` response's property default value changed from `2026-08-26T09:46:50.253Z` to `2026-08-26T11:10:52.848Z` for the status `200`
- **2026-08-26** `37cda3ee179b` — 2 info
  - the `` response's property default value changed from `2026-08-26T07:29:36.190Z` to `2026-08-26T09:46:50.254Z` for the status `200`
  - the `created` response's property default value changed from `2026-08-26T07:29:36.189Z` to `2026-08-26T09:46:50.253Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/annotation-queues/:annotation_queue_id/patch.md)

---

[API](https://skmtc.dev/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.dev/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/1f8d6c19ffa2/schema)
