Update Annotation Queue — API
Update an annotation queue's name, description, instructions, assignment strategy, or review settings by UUID. Returns the updated queue configuration.
https://api.futureagi.com/model-hub/annotation-queues/{id}/ Authentication
Path parameters
The annotation queue ID
Request body
Queue name
Queue description
Instructions for annotators
manual, round_robin, or load_balanced
Annotations required per item
Reservation timeout in minutes
Whether review is required
Whether to automatically assign new items to all queue members.
Label UUIDs to attach (replaces existing labels).
Annotator user UUIDs (replaces existing annotators).
Map of user UUID → role to update per annotator.
Response
200 OKErrors
Invalid request parameters.
Invalid or missing API credentials.
Resource not found.
Unexpected server error.