| Name | Type | Description |
|---|---|---|
queue_id* | Union[UUID, str] | The ID of the annotation queue to update. |
name | Optional[str] | Default: NoneThe new name for the annotation queue. |
description | Optional[str] | Default: None |
rubric_instructions | Optional[str] | Default: None |
rubric_items | Optional[list[ls_schemas.AnnotationQueueRubricItem]] | Default: None |
Update an annotation queue with the specified queue_id.
The new description for the annotation queue.
The new rubric instructions for the queue.
The feedback configs to assign to this queue's rubric.