UpdateAnnotation
Updates an existing annotation using using the list of fields specified in `update_mask`.
PATCH
/
api
/v1
/annotations
Request Body
application/json
RequiredThe request for a call to AnnotationService_UpdateAnnotation
to update an annotation.
annotation
Requiredobject
updateMask
Requiredstring
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
, and tags
.
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.
A successful response.