Skip to main content
POST
Add a column to a table

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

Body

application/json
name
string
required
Example:

"sku"

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

"text"

Response

Field added successfully

success
boolean
Example:

true

message
string
Example:

"Field added successfully"

data
object