Skip to main content
PATCH
/
api
/
v1
/
annotation-queues
/
{queue_id}
Error
A valid request URL is required to generate request examples
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

queue_id
string<uuid>
required

Body

application/json

AnnotationQueue update schema.

name
string | null
description
string | null
default_dataset
string<uuid> | null
num_reviewers_per_item
default:1
enable_reservations
boolean
default:true
reservation_minutes
integer | null
rubric_items
AnnotationQueueRubricItemSchema · object[] | null
rubric_instructions
string | null
metadata
Metadata · object
reviewer_access_mode
enum<string> | null
Available options:
any,
assigned

Response

Successful Response