Function patch_email_template_with_id

Source
pub async fn patch_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<PatchEmailTemplateWithIdError>>
Expand description

Updates, via PATCH, the email template with the given Id.