Add Workbench Column
POST /workbench/tables/{table_id}/columns
POST
/workbench/tables/{table_id}/columns
Add a column.
name is the machine name rows are keyed by and is constrained to
^[a-z][a-z0-9_]*$; display_name is free text. Getting those the wrong
way round produces a column nothing can address.
Authorizations
Parameters
Path Parameters
table_id
required
Table id (UUID).
string
Table id (UUID).
Header Parameters
Request Body required
object
column_type
string
data_type
string
display_name
required
string
name
required
Machine name: lowercase, starting with a letter. This is the key row data is addressed by, which is why it is constrained while display_name is not.
string
source
string
Responses
201
Successful Response
object
data
required
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string