Skip to main content
POST
Annotation Queue Item Progress Update

Path Parameters

queue_id
string
required
item_id
string
required

Body

application/json

Request body for updating annotation progress (queue_id and item_id come from path).

Note: wb_user_id is not included in the body - it's set server-side from the authenticated session.

project_id
string
required
Example:

"entity/project"

annotation_state
string
required

New state: 'in_progress', 'completed', or 'skipped'

Examples:

"in_progress"

"completed"

"skipped"

Response

Successful Response

Response from updating annotation state.

item
AnnotationQueueItemSchema · object
required

Schema for annotation queue item responses.