PATCH
/
tables
/
{table_id}
/
columns
/
{column_id}
This response does not have an example.

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

table_id
string
required
column_id
string
required

Query Parameters

workspace_id
string
required

Body

application/json

Update model for a table column.

name
string | null

The name of the column

Required string length: 1 - 100
type
enum<string> | null

The SQL type of the column

Available options:
TEXT,
VARCHAR,
INTEGER,
BIGINT,
DECIMAL,
BOOLEAN,
TIMESTAMP,
TIMESTAMPTZ,
JSONB,
UUID
nullable
boolean | null

Whether the column can be null

default
any | null

The default value of the column

Response

204
_mintlify/placeholder

Successful Response

Was this page helpful?