cURL
curl --request PATCH \ --url https://api.databar.ai/v1/table/{table_uuid}/columns/{column_id} \ --header 'Content-Type: application/json' \ --header 'x-apikey: <x-apikey>' \ --data ' { "name": "<string>" } '
{ "identifier": "<string>", "name": "<string>", "type_of_value": "<string>" }
Rename an existing column on a table.
API Key for authentication
The UUID of the table
The UUID of the column to rename
New column display name.
Successful Response