Skip to main content
PATCH
Update a trackable link

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Body

application/json

Only these fields are editable. tracking_identifier is not: events already recorded carry the original value.

dry_run
boolean
default:false

Response

The write was applied.

dry_run
boolean
required
applied
boolean
required

False on a dry run and on every error.

diff
object
required

The change, in full. A dry run returns the change it WOULD make; an applied write returns the change it DID make, in the same shape, so the two can be compared directly.

audit_id
string<uuid>

Present on an applied write. The handle POST /audit/{auditId}/undo takes.

data
object