Update Event

Updates the fields of an event. Empty fields are left unchanged.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
uuidUUIDRequired
ridstringOptional

The unique identifier for the event. This field is required if the uuid field is not provided.

assetRidsset of stringsOptional

If provided, will replace the existing asset rids. If provided, must contain at least one asset rid.

timestampobjectOptional
durationobjectOptional
namestringOptional
descriptionstringOptional
typeenumOptional
Allowed values:
labelsset of stringsOptional
propertiesmap from strings to stringsOptional

Response

This endpoint returns an object.
uuidUUID
ridstring

Unique resource identifier for an Event.

assetRidsset of strings

A set of asset rids associated with the event.

originsset of objects

A set of origins associated with the event.

timestampobject
durationobject
namestring
descriptionstring
typeenum
Allowed values:
labelsset of strings
propertiesmap from strings to strings
isArchivedboolean
createdBystringOptional

The user who created the event. This field may be missing for legacy events.

dispositionobjectOptional