Skip to main content
PATCH
UpdateAnnotation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to AnnotationService_UpdateAnnotation to update an annotation.

The request for a call to AnnotationService_UpdateAnnotation to update an annotation.

annotation
object
required
updateMask
string
required

The list of fields to be updated. The fields available to be updated are name, description, start_time, end_time, assigned_to_user_id, state, tags, legend_config, linked_channels, and metadata. Important Note: if tags is specified in the update mask and annotation.tags is an empty list then all associated tags on the annotation will be removed.

Response

A successful response.

The response of a call to AnnotationService_UpdateAnnotation.

annotation
object