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.
UUID of the trace log which should be updated
Key-value pairs how each given field (key) of the trace log should be updated with value. For field names, see TraceLogSchema.
key
value
TraceLogSchema
UUID of root trace
Successful Response
The response is of type any.
any
Was this page helpful?