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

Updates, via PATCH, the theme with the given Id.