Error
A valid request URL is required to generate request examples{
"color": "#3b82f6"
}{
"error": "Column not found"
}Column Management
Update column color
Updates the display color for a column.
PUT
/
tables
/
{tableId}
/
columns
/
{columnId}
/
color
Error
A valid request URL is required to generate request examples{
"color": "#3b82f6"
}{
"error": "Column not found"
}Authorizations
Enter token in format (Bearer )
Body
application/json
Pattern:
^#[0-9a-fA-F]{6}$Example:
"#3b82f6"
Response
Column color updated successfully
Example:
"#3b82f6"