cURL
curl --request PUT \ --url https://parea-ai-backend-us-9ac16cdbc7a7b006.onporter.run/api/parea/v1/api/parea/v1/trace_log \ --header 'Content-Type: application/json' \ --header 'x-user-id: <api-key>' \ --data '{ "field_name_to_value_map": { "error": "Some error message", "status": "error" }, "trace_id": "sasdc-csd-rnFesaeCpqcXJ_yL3wi" }'
"<any>"
Update fields of a trace log.
Successful Response
The response is of type any.
any
Was this page helpful?