Skip to main content
PATCH
Update trace log

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Body

application/json

Request payload for updating an existing trace by ID or reference ID.

projectId
string
required

The unique identifier of the project.

Required string length: 20 - 80
logTrace
Update Log Trace Request Trace · object
required

Trace update data for modifying status, end time, attributes, and tags

traceId
string | null

The ID in Adaline of the trace (required if referenceId not provided).

Required string length: 20 - 80
referenceId
string | null

Reference ID of the trace (required if traceId not provided).

Required string length: 1 - 128

Response

Trace updated successfully.

Response containing the result of a trace update operation.

success
boolean
required

Whether the trace update operation was successful.