Skip to main content
PATCH
/
base
/
{baseId}
/
table
/
{tableId}
/
index
/
repair
Repair table index
curl --request PATCH \
  --url http://127.0.0.1:3000/api/base/{baseId}/table/{tableId}/index/repair \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
tableId
string
required
type
enum<string>
required
Available options:
search

Response

201

Succeed

Last modified on December 10, 2025