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