theme object
OptionalthemeId: stringtheme id
Optionalrealm: stringrealm name
a promise that resolves to a theme object
Delete theme by id
theme id
Optionalrealm: stringrealm name
a promise that resolves to a themes object
Delete theme by name
theme name
Optionalrealm: stringrealm name
a promise that resolves to a themes object
Delete all themes
Optionalrealm: stringrealm name
a promise that resolves to an array of themes
Export all themes. The response can be saved to file as is.
Promise resolving to a ThemeExportInterface object.
Import themes
import data
a promise resolving to an array of theme objects
Read theme by id
theme id
Optionalrealm: stringrealm name
a promise that resolves to a theme object
Read theme by name
theme name
Optionalrealm: stringrealm name
a promise that resolves to a theme object
Update theme
theme id
theme object
Optionalrealm: stringrealm name
a promise that resolves to a theme object
Update theme by name
theme name
theme object
Optionalrealm: stringrealm name
a promise that resolves to a theme object
Update all themes
a promise that resolves to a themes object
Update theme