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": "<any>", "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Project UUID
Full table name
Existing Column Name
New column name JSON
The body is of type object.
object
Column renamed
The response is of type object.