pub async fn update_email_template_with_id(
configuration: &Configuration,
email_template_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
email_template_request: Option<EmailTemplateRequest>,
) -> Result<EmailTemplateResponse, Error<UpdateEmailTemplateWithIdError>>
Expand description
Updates the email template with the given Id.