Skip to main content
PUT
/
tables
/
{tableId}
/
columns
/
{columnId}
/
color
Error
A valid request URL is required to generate request examples
{
  "color": "#3b82f6"
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

columnId
string<uuid>
required

Column ID

Body

application/json
color
string | null
Pattern: ^#[0-9a-fA-F]{6}$
Example:

"#3b82f6"

Response

Column color updated successfully

color
string
Example:

"#3b82f6"