Update an annotation queue by its ID. At least one field must be provided.
Payload Requirements:
name, instructions, annotation_config_ids, or annotator_emails must be providedname must be unique within the space (409 Conflict if duplicate)annotation_config_ids replaces all existing config associations; all configs must belong to the same space as the queueannotator_emails replaces all existing user assignments; all users must have active accountsMost Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
The unique identifier of the annotation queue A universally unique identifier
"RW50aXR5OjEyMzQ1"
Body containing annotation queue update parameters. At least one field must be provided.
The name of the annotation queue. Must be unique within the space.
1 - 255"Updated Queue Name"
The instructions for annotators working on this queue. Send an empty string to clear the instructions.
5000"Review each response for accuracy and helpfulness"
The full list of annotation config IDs to associate with this queue. This replaces all existing annotation config associations. All annotation configs must belong to the same space as the queue.
["ac_abc123", "ac_def456"]The full list of user emails to assign to this queue. This replaces all existing user assignments. All users must have an active account and access to the queue's space.
An email address
[
"reviewer@example.com",
"annotator@example.com"
]Annotation queue successfully updated
The unique identifier for the annotation queue
"aq_abc123"
The name of the annotation queue
"Quality Review Queue"
The space id the annotation queue belongs to
"spc_xyz789"
Users assigned as annotators to this queue
The timestamp for when the annotation queue was created
"2024-01-15T10:30:00Z"
The timestamp for when the annotation queue was last updated
"2024-01-20T14:45:00Z"
The instructions for the annotation queue
"Review each response for accuracy and helpfulness"
The annotation configs associated with this queue