Index event table by ID
POST/projects/:project_id/event-tables/:event_table_id/index
Triggers indexing of the selected event table by its ID. Disabled tables return a 400 response.
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.