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

Documentation Index

Fetch the complete documentation index at: https://docs.moonly.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"