Tracing
Update Trace Log
Update fields of a trace log.
PUT
/
api
/
parea
/
v1
/
trace_log
Authorizations
Body
application/json
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
.
UUID of root trace
Response
200 - application/json
The response is of type any
.
Was this page helpful?