Skip to main content
POST
Add a column to a table

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

Body

application/json
name
string
required

Column display name.

type
string
default:text

Column type (default: 'text').

config
Config · object

Column config (default: empty dict).

Response

Successful Response

identifier
string
required
name
string
required
type_of_value
string
required