Skip to main content

Bulk update event catalog response

updated object[]

The updated event catalog entries.

  • Array [
  • event_name_pathstring

    Identifier of the event in source_table.event_name form.

    display_namestring

    Display name of the event.

    descriptionstringnullable

    Description of the event, or null if none is set.

    is_hiddenboolean

    Whether the event is hidden from the catalog UI.

  • ]
  • Bulk update event catalog response
    {
    "updated": [
    {
    "event_name_path": "string",
    "display_name": "string",
    "description": "string",
    "is_hidden": true
    }
    ]
    }