Table Management
Update Table Columns
Replace existing columns in the table. Existing columns are replaced, new ones are added, and missing ones are removed.
Provided columns are matched with the existing ones by key
.
PUT
/
v1
/
tables
/
{table_id}
/
columns
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
column_configs
object[]
requiredResponse
200 - application/json
id
string
requiredcreated_at
string
requiredconfig
object
required