Change the name of a specific column in a given table.
cURL
curl --request PUT \ --url https://api.fluxend.app/tables/{fullTableName}/columns/{columnName} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'X-Project: <x-project>' \ --data ' { "name": "<string>", "projectUUID": "<string>" } '
{ "content": "<unknown>", "errors": [ "<string>" ], "metadata": "<unknown>", "success": true }
Bearer Token
Project UUID
Full table name
Existing Column Name
New column name JSON
Column renamed