Table
Create Index on Table Column
Create an index on one or more columns of a table to improve query performance.
post/v1/table/{table_id}/indexes
Path parameters
table_idstring uuid required
UUID of the table for which indexes are to be created.
Request body
Response
Successfully created indexes on the specified columns.