Table of Contents

Class EmailTemplatePatchRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Request for patching an email template

public class EmailTemplatePatchRequest : EmailTemplateBase
Inheritance
EmailTemplatePatchRequest
Inherited Members

Properties

Enabled

Whether or not the template is enabled.

[JsonProperty("enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Syntax

The syntax of the template body.

[JsonProperty("syntax")]
[JsonConverter(typeof(StringEnumConverter))]
public EmailTemplateSyntax? Syntax { get; set; }

Property Value

EmailTemplateSyntax?

Template

The template name.

[JsonProperty("template")]
[JsonConverter(typeof(StringEnumConverter))]
public EmailTemplateName? Template { get; set; }

Property Value

EmailTemplateName?