Index a single event table by name and schema
POST/projects/:project_id/event-tables/index
Triggers indexing of a specific event table identified by table name and schema. 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.