Update an annotation queue’s metadata (name, description, scorer_refs).
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
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.
"entity/project"
"Updated Queue Name"
"Updated description"
[
"weave:///entity/project/scorer/error_severity:abc123",
"weave:///entity/project/scorer/resolution_quality:def456"
]
Successful Response
Response from updating an annotation queue.
Schema for annotation queue responses.