PATCH
/
v1
/
tables
/
{table_id}

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string
required

Body

application/json
columns_order
string[] | null

New order of column IDs, if provided.

name
string | null

New table name to set, if provided.

Response

200 - application/json
columns
object[]
required

Table columns configurations.

created_at
string
required

Table creation time.

id
string
required

Table ID.

name
string
required

Table name.