POST
/
api
/
annotations
/
trace
/
{id}

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

ID of the trace to annotate

Body

application/json
comment
string
email
string
isThumbsUp
boolean

Response

200 - application/json
comment
string

The comment of the annotation

createdAt
string

The created at of the annotation

email
string

The email of the user

id
string

The ID of the annotation

isThumbsUp
boolean

The thumbs up status of the annotation

projectId
string

The ID of the project

traceId
string

The ID of the trace

updatedAt
string

The updated at of the annotation

userId
string

The ID of the user