Skip to main content
POST
CreateAnnotationLog

Authorizations

Authorization
string
header
required

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

Path Parameters

annotationId
string
required

The ID of the parent annotation associated to associate with the new annotation log.

Body

application/json

The request for a call to AnnotationLogService_CreateAnnotationLog to create an annotation log.

kind
enum<string>
default:ANNOTATION_LOG_KIND_UNSPECIFIED
required
Available options:
ANNOTATION_LOG_KIND_UNSPECIFIED,
ANNOTATION_LOG_KIND_COMMENT,
ANNOTATION_LOG_KIND_STATE_UPDATE,
ANNOTATION_LOG_KIND_ASSIGNED
assigned
object
stateUpdate
object
comment
object

Response

A successful response.

The response of a call to AnnotationLogService_CreateAnnotationLog.

annotationLog
object