Skip to main content

Update an event table

PATCH 

/projects/:project_id/event-tables/:event_table_id

Partially updates the configuration of an existing event table identified by its ID.

Only the fields included in the request body are changed; any field left out keeps its current value. The table_name and schema of the event table cannot be changed. To clear an optional field send an empty value ("" for text fields, [] for ignored_fields, {} for foreign_keys).

Updating a table does not trigger indexing. Call POST /projects/{project_id}/event-tables/{event_table_id}/index afterwards to re-index it.

Request

Responses

OK