Skip to main content
POST
/
api
/
v2
/
projects
/
{project_id}
/
trace-feedback
/
id
/
{trace_id}
Add Trace Feedback
curl --request POST \
  --url https://api.example.com/api/v2/projects/{project_id}/trace-feedback/id/{trace_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Path Parameters

project_id
string
required
trace_id
string
required

Body

application/json
{key}

Response

201 - application/json

SimpleResponseWithMessage(message: str)

message
string
required