Skip to main content
PUT
Update an event

Authorizations

Authorization
string
header
required

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

Path Parameters

event_id
string<uuid>
required

The unique identifier of the event to update

Body

application/json

Request body for PUT /v1/events/{event_id}

metadata
object

Metadata fields to merge into the event

feedback
object

Feedback fields to merge into the event

metrics
object

Metric values to merge into the event

outputs
object | null

Output object to replace on the event. Must be an object or null; null preserves the existing outputs. Non-object values (strings, arrays, scalars) are rejected.

config
object

Configuration fields to merge into the event

user_properties
object

User properties to merge into the event

duration
number

Event duration in milliseconds

end_time
number

Unix timestamp in milliseconds for event end

children_ids
string[]

IDs of child events to set (must be non-empty; an empty array is ignored)

Response

Event updated