Skip to main content
POST
Create an enum column

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
integer<int64>
required
table_id
integer<int64>
required

Body

name
string
required
description
string
nullable
boolean
default
string
required
boolean
access
enum<string>
default:public
Available options:
public,
private,
internal
sensitive
boolean
style
enum<string>
default:single
Available options:
single,
list
values
string[]

Response

Success!

name
string