Skip to main content
PATCH
/
v1
/
table
/
{table_uuid}
/
columns
/
{column_id}
Rename a column
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>"
}

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

column_id
string<uuid>
required

The UUID of the column to rename

Body

application/json
name
string
required

New column display name.

Response

Successful Response

identifier
string
required
name
string
required
type_of_value
string
required