---
title: "Update annotation queue"
method: PATCH
path: "/v1/private/annotation-queues/{id}"
tags: ["Annotation Queues"]
---

# Update annotation queue

`PATCH /v1/private/annotation-queues/{id}`

Update annotation queue by id

## Path parameters

- `id` string, uuid, required

## Request body

- AnnotationQueueUpdate
  - `name` string
  - `description` string
  - `instructions` string
  - `comments_enabled` boolean
  - `feedback_definition_names` string[]
  - `annotators_per_item` integer
  - `lock_timeout_seconds` integer

## Response `204`

No Content

## Other responses

- `400` — Bad Request

## Changes

- **2026-06-12** `3c8b8cd609d5` — 1 info
  - added the new optional request property `lock_timeout_seconds`
- **2026-05-27** `3953a50a6a0e` — 1 info
  - added the new optional request property `annotators_per_item`
- **2026-05-04** `d606e84c75e4` — 2 warning
  - removed the request property `annotators_per_item`
  - removed the request property `lock_timeout_seconds`

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/v1/private/annotation-queues/:id/patch.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/0739fa5022ca/schema)
