Annotation Queues
Annotation Queue Item Progress Update
Update the annotation state of a queue item for the current annotator.
post/annotation_queues/{queue_id}/items/{item_id}/progress
Path parameters
queue_idstring required
item_idstring required
Request body
Example request
{
"project_id": "entity/project",
"annotation_state": "in_progress"
}Response
Successful Response