Skip to main content

Update custom event by UUID

PUT 

/api/v1/catalog/:tag/custom-events/:uuid

Update custom event by UUID

Request

Path Parameters

    tag stringrequired

    The entity tag (x-cortex-tag) that identifies the entity.

    uuid uuidrequired

Body

required

    customData

    object

    Optional property to store additional data

    property name* object

    Optional property to store additional data

    description string

    Optional description of custom event

    timestamp date-timerequired

    Time when event occurred

    title stringrequired

    Name for custom event

    type stringrequired

    Type of custom event

    url string

    Optional URL associated with custom event

Responses

Successfully updated custom event

Schema

    customData

    object

    Optional property to store additional data

    property name* object

    Optional property to store additional data

    description string

    Optional description of custom event

    timestamp date-timerequired

    Time when event occurred

    title stringrequired

    Name for custom event

    type stringrequired

    Type of custom event

    url string

    Optional URL associated with custom event

    uuid uuidrequired

    Automatically generated identifier

Loading...