---
title: "Update Annotation Queue"
method: PATCH
path: "/api/v1/annotation-queues/{queue_id}"
tags: ["annotation-queues"]
---

# Update Annotation Queue

`PATCH /api/v1/annotation-queues/{queue_id}`

## Path parameters

- `queue_id` string, uuid, required

## Request body

- AnnotationQueueUpdateSchema — AnnotationQueue update schema.
  - `name` string, nullable
  - `description` string, nullable
  - `default_dataset` string, uuid, nullable
  - `num_reviewers_per_item` union
    - integer
    - Missing
      - `__missing__` '__missing__', required
  - `enable_reservations` boolean
  - `reservation_minutes` integer, nullable
  - `rubric_items` AnnotationQueueRubricItemSchema[], nullable
    - `feedback_key` string, required
    - `description` string, nullable
    - `value_descriptions` object, nullable
    - `score_descriptions` object, nullable
    - `is_required` boolean, nullable
    - `is_assertion` boolean, nullable
  - `rubric_instructions` string, nullable
  - `metadata` union
    - object
    - Missing
      - `__missing__` '__missing__', required
  - `reviewer_access_mode` 'any' | 'assigned', nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
