cURL
curl --request POST \ --url https://api.databar.ai/v1/table/{table_uuid}/columns \ --header 'Content-Type: application/json' \ --header 'x-apikey: <x-apikey>' \ --data ' { "name": "<string>", "type": "text", "config": {} } '
{ "identifier": "<string>", "name": "<string>", "type_of_value": "<string>" }
Create a new column on a table. Type defaults to ‘text’.
API Key for authentication
The UUID of the table
Column display name.
Column type (default: 'text').
Column config (default: empty dict).
Successful Response