Annotation Queue Update
Annotation Queue Update
Update an annotation queue’s metadata (name, description, scorer_refs).
PUT
Annotation Queue Update
Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
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.
Example:
"entity/project"
Example:
"Updated Queue Name"
Example:
"Updated description"
Example:
[
"weave:///entity/project/scorer/error_severity:abc123",
"weave:///entity/project/scorer/resolution_quality:def456"
]Response
Successful Response
Response from updating an annotation queue.
Schema for annotation queue responses.