cURL
curl --request POST \ --url https://{host}.freeplay.ai/api/v2/projects/{project_id}/trace-feedback/id/{trace_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "<string>" }
Add Trace Feedback - Add Trace Feedback
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SimpleResponseWithMessage(message: str)