Function fusionauth_rust_client::apis::default_api::patch_theme_with_id
source · 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.