Bulk update event catalog
PATCH/projects/:project_id/event-catalog
Bulk updates the display_name and description of one or more event catalog entries.
Each event is identified by an event_name_path of the form source_table.event_name.
If the event name itself contains a . character, escape it with a backslash (\).
All three fields per item (event_name_path, display_name, description) are required.
Pass an empty string for description to clear an existing description.
The operation is atomic: if any item fails validation (unknown event, blank display name,
duplicate event in the batch, display-name collision against another event in the project),
the whole request is rejected and no changes are persisted. The is_hidden flag of every
event is preserved.
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 429
OK
The request is invalid.
The API key header is either missing or an invalid API key is given
Not Found
The requested HTTP method is not allowed.
Too many requests sent with the same API key. Up to 10 requests can be sent within 1 second.