service.CatalogAppearanceService
Properties
NoneMethods
| Name | Description |
|---|---|
| list_themes() | Returns a list of all themes in the current organization. |
| get_theme(theme_id: str) | Get an individual theme. |
| create_theme(theme: CatalogTheme) | Create a new theme. |
| update_theme(theme: CatalogTheme) | Update a theme. |
| delete_theme(theme_id: str) | Delete a theme. |
| list_color_palettes() | Returns a list of all color palettes in the current organization. |
| get_color_palette(color_palette_id: str) | Get an individual color palette. |
| create_color_palette(color_palette: CatalogColorPalette) | Create a new color palette. |
| update_color_palette(color_palette: CatalogColorPalette) | Update a color palette. |
| delete_color_palette(color_palette_id: str) | Delete a color palette. |