PATCH
/
api
/
annotations
/
{id}
curl --request PATCH \
  --url https://app.langwatch.ai/api/annotations/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <api-key>' \
  --data '{
  "comment": "<string>",
  "isThumbsUp": true,
  "email": "<string>"
}'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

ID of annotation to delete

Body

application/json
comment
string
isThumbsUp
boolean
email
string

Response

200
application/json
Annotation response
status
string
message
string