Table Management
Update Table
Update table name and column order.
PATCH
/
v1
/
tables
/
{table_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
table_id
string
requiredBody
application/json
name
string | null
New table name to set, if provided.
columns_order
string[] | null
New order of column IDs, if provided.
Response
200 - application/json
id
string
requiredTable ID.
created_at
string
requiredTable creation time.
name
string
requiredTable name.
columns
object[]
requiredTable columns configurations.