Update Event
Updates the fields of an event. Empty fields are left unchanged.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
uuid
rid
The unique identifier for the event. This field is required if the uuid field is not provided.
assetRids
If provided, will replace the existing asset rids. If provided, must contain at least one asset rid.
timestamp
duration
name
description
type
Allowed values:
labels
properties
Response
This endpoint returns an object.
uuid
rid
Unique resource identifier for an Event.
assetRids
A set of asset rids associated with the event.
origins
A set of origins associated with the event.
timestamp
duration
name
description
type
Allowed values:
labels
properties
isArchived
createdBy
The user who created the event. This field may be missing for legacy events.
disposition