Skip to main content
PUT
Update table metadata (name and description)

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

New name for the table. At least one of name or description must be provided.

Example:

"Updated Product Catalog"

description
string | null

New description for the table.

Example:

"Updated description."

Response

Table updated successfully

success
boolean
Example:

true

message
string
Example:

"Table updated successfully"

data
object