Function create_theme

Source
pub async fn create_theme(
    configuration: &Configuration,
    theme_request: Option<ThemeRequest>,
) -> Result<ThemeResponse, Error<CreateThemeError>>
Expand description

Creates a Theme. You can optionally specify an Id for the theme, if not provided one will be generated.