Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Update trace comment by id

PATCH/v1/private/traces/comments/{commentId}Update trace comment by id

Update trace comment by id

Parameters

commentIdstring · uuidpathrequired

Request body

application/json
objectComment
created_atstring · date-time
created_bystring
idstring · uuid
last_updated_atstring · date-time
last_updated_bystring
source_queue_idstring · uuid
textstringrequired

minLength 1

Example request
{
  "source_queue_id": "00000000-0000-0000-0000-000000000000",
  "text": "string"
}

Responses

204No Content
404Not found
Documentation menu