Update custom color palette
This endpoint requires Organization Admin permissions.
Update a custom chart color palette. Omitted fields keep their current values. Charts using the palette use up the new colors immediately.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
Palette ID
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Body
Ordered hex colors. Discrete palettes are used in order; continuous palettes interpolate between them.
1 - 50 elements^#(?:[0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$Palette ID. Visualizations reference the palette by this value.
When the palette was created
Palette name, unique per type within the organization
1 - 256"Brand colors"
discretepalettes color categoriescontinuouspalettes define a gradient for numeric scales
discrete, continuous "discrete"
When the palette was last updated
Response
Color palette updated
Ordered hex colors. Discrete palettes are used in order; continuous palettes interpolate between them.
1 - 50 elements^#(?:[0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$Palette ID. Visualizations reference the palette by this value.
When the palette was created
Palette name, unique per type within the organization
1 - 256"Brand colors"
discretepalettes color categoriescontinuouspalettes define a gradient for numeric scales
discrete, continuous "discrete"
When the palette was last updated

