Function update_theme_with_id

Source
pub async fn update_theme_with_id(
    configuration: &Configuration,
    theme_id: &str,
    theme_request: Option<ThemeRequest>,
) -> Result<ThemeResponse, Error<UpdateThemeWithIdError>>
Expand description

Updates the theme with the given Id.