Skip to main content
Version: Next

Themes

Manage UI themes for customizing Superset's appearance.

MethodEndpointPath
DELETEBulk delete themes/api/v1/theme/
GETGet a list of themes/api/v1/theme/
POSTCreate a theme/api/v1/theme/
GETGet metadata information about this API resource (theme--info)/api/v1/theme/_info
DELETEDelete a theme/api/v1/theme/{pk}
GETGet a theme/api/v1/theme/{pk}
PUTUpdate a theme/api/v1/theme/{pk}
PUTSet a theme as the system dark theme/api/v1/theme/{pk}/set_system_dark
PUTSet a theme as the system default theme/api/v1/theme/{pk}/set_system_default
GETDownload multiple themes as YAML files/api/v1/theme/export/
POSTImport themes from a ZIP file/api/v1/theme/import/
GETGet related fields data (theme-related-column-name)/api/v1/theme/related/{column_name}
DELETEClear the system dark theme/api/v1/theme/unset_system_dark
DELETEClear the system default theme/api/v1/theme/unset_system_default