Error
tables
Update Column
Update a column.
PATCH
Error
Authorizations
Path Parameters
Body
application/json
Update model for a table column.
The name of the column
Required string length:
1 - 100The SQL type of the column
Available options:
TEXT, INTEGER, NUMERIC, DATE, BOOLEAN, TIMESTAMPTZ, JSONB, SELECT, MULTI_SELECT Required string length:
1 - 100Whether the column can be null
The default value of the column
True creates a unique index, False drops it, None leaves unchanged.
Response
Successful Response