Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/annotation_queues/{queue_id}/items/{item_id}/progress \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"annotation_state": "<string>"
}
'{
"item": {
"id": "<string>",
"project_id": "<string>",
"queue_id": "<string>",
"call_id": "<string>",
"call_started_at": "2023-11-07T05:31:56Z",
"call_op_name": "<string>",
"call_trace_id": "<string>",
"display_fields": [
"<string>"
],
"annotation_state": "unstarted",
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"call_ended_at": "2023-11-07T05:31:56Z",
"added_by": "<string>",
"annotator_user_id": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"position_in_queue": 123
}
}현재 annotator의 큐 항목 annotation 상태를 업데이트합니다.
curl --request POST \
--url https://api.example.com/annotation_queues/{queue_id}/items/{item_id}/progress \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"annotation_state": "<string>"
}
'{
"item": {
"id": "<string>",
"project_id": "<string>",
"queue_id": "<string>",
"call_id": "<string>",
"call_started_at": "2023-11-07T05:31:56Z",
"call_op_name": "<string>",
"call_trace_id": "<string>",
"display_fields": [
"<string>"
],
"annotation_state": "unstarted",
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"call_ended_at": "2023-11-07T05:31:56Z",
"added_by": "<string>",
"annotator_user_id": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"position_in_queue": 123
}
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
성공적인 응답
annotation 상태 업데이트에 대한 응답입니다.
annotation queue 항목 응답을 위한 스키마입니다.
Show child attributes