Insert Column

Create a new column. You can only add one new column at the end of a table.

Path Params
string
required

The unique identifier of a base. Sometimes also called dtable_uuid.

Body Params

Choose which column type you want to add. If you want to add multiple columns, use the request Append Columns.

Add a text column.

string
required

The name of the table to perform the operation on. Alternatively, you can use the table_id instead of table_name. If using table_id, ensure that the key in the request body is replaced accordingly.

string
required

The name of the column.

string
enum
required
Allowed:
string

Give the name or the key of a column after you would like to add this new column. If you leave this empty, the new column will be created at the end.

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json