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 ' { "trace_id": "<string>", "field_name_to_value_map": {}, "root_trace_id": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
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
Was this page helpful?