v1

latestOpenAPI 3.1.02026-07-1320186461.3 KB

Update Trace Log

Update fields of a trace log.

put/api/parea/v1/trace_log

Request body

trace_idstring required

UUID of the trace log which should be updated

field_name_to_value_mapobject required

Key-value pairs how each given field (key) of the trace log should be updated with value. For field names, see TraceLogSchema.

root_trace_idstring nullable

UUID of root trace

Example request

{
  "field_name_to_value_map": {
    "error": "Some error message",
    "status": "error"
  },
  "trace_id": "sasdc-csd-rnFesaeCpqcXJ_yL3wi"
}

Response

Successful Response

{"stackTrail":"paths:/api/parea/v1/trace_log:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}