Skip to main content
PATCH

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Path Parameters

annotation_id
string
required

The annotation ID

Query Parameters

project_id
string

Optional project ID to apply project-rule-aware completion status

Body

application/json
ground_truth_float_value
number<float> | null

Ground truth numeric value (auto-completes annotation)

ground_truth_string_value
string | null

Ground truth string value (auto-completes annotation)

ground_truth_subvalues_by_timestamp
object[] | null

Ground truth subvalues

reviewer_notes
string | null

Reviewer notes

priority
enum<string>
default:PRIORITY_STANDARD

Annotation priority level

Available options:
PRIORITY_PRIMARY,
PRIORITY_STANDARD
assignee
string | null

Reassign to a different reviewer

Response

Annotation updated successfully

review_annotation
object
required

A single review annotation resource.