Properties
children_ids?
optionalchildren_ids?:string[]
Description
IDs of child events to set (must be non-empty; an empty array is ignored)config?
optionalconfig?:object
Index Signature
[key: string]: unknown
Description
Configuration fields to merge into the eventduration?
optionalduration?:number
Description
Event duration in millisecondsend_time?
optionalend_time?:number
Description
Unix timestamp in milliseconds for event endevent_id
event_id: string
Description
The unique identifier of the event to updatefeedback?
optionalfeedback?:object
Index Signature
[key: string]: unknown
Description
Feedback fields to merge into the eventmetadata?
optionalmetadata?:object
Index Signature
[key: string]: unknown
Description
Metadata fields to merge into the eventmetrics?
optionalmetrics?:object
Index Signature
[key: string]: unknown
Description
Metric values to merge into the eventoutputs?
optionaloutputs?: {[key:string]:unknown; } |null
Description
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.user_properties?
optionaluser_properties?:object
Index Signature
[key: string]: unknown

