Update fields on an existing event. Only the provided fields are modified; omitted fields are left unchanged. Extra fields not listed below are accepted by the server but silently ignored.
Documentation Index
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the event to update
Request body for PUT /v1/events/{event_id}
Metadata fields to merge into the event
Feedback fields to merge into the event
Metric values to merge into the event
Output data to replace on the event (accepts objects, strings, arrays, or scalars)
Configuration fields to merge into the event
User properties to merge into the event
Event duration in milliseconds
Unix timestamp in milliseconds for event end
IDs of child events to set (must be non-empty; an empty array is ignored)
Event updated