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.
pub async fn update_theme_with_id(
configuration: &Configuration,
theme_id: &str,
theme_request: Option<ThemeRequest>,
) -> Result<ThemeResponse, Error<UpdateThemeWithIdError>>
Updates the theme with the given Id.