Skip to main content
PUT
Update a column (rename and/or change data_type)

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the table

field_uuid
string<uuid>
required

UUID of the field

Body

application/json
name
string

New name. At least one of name or data_type must be provided.

Example:

"sku_code"

data_type
enum<string>
Available options:
text,
number,
date,
boolean,
json,
url
Example:

"text"

Response

Field updated successfully

success
boolean
Example:

true

message
string
Example:

"Field updated successfully"

data
object