Deprecated
Edit Trace
Replace the spans of an existing trace.
The path trace_id must match the trace_id in the payload. Mismatches return 400. The payload must contain exactly one trace; submitting spans from more than one trace returns 400.
Edit is implemented as a re-ingest: the new spans are written through the same stream as POST /tracing/spans/ingest, and the 202 Accepted response reports how many spans entered the stream. The worker reconciles the trace asynchronously.
put/tracing/traces/{trace_id}
Path parameters
trace_idstring required
Request body
Response
Successful Response