Skip to main content
PUT
Annotation Queue Update

Path Parameters

queue_id
string
required

Body

application/json

Request body for updating an annotation queue (queue_id comes from path).

All fields except project_id are optional - only provided fields will be updated.

project_id
string
required
Example:

"entity/project"

name
string | null
Example:

"Updated Queue Name"

description
string | null
Example:

"Updated description"

scorer_refs
string[] | null
Example:

Response

Successful Response

Response from updating an annotation queue.

queue
AnnotationQueueSchema · object
required

Schema for annotation queue responses.