UpdateEmailTemplateRequest¶
Type: object
Request body for updating an email template.
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
name |
string | No | ||
description |
string | No | ||
data |
model: DataDTO | No | ||
editorContext |
model: EditorContextDto | No |
Generated example¶
{
"name": "Example name",
"description": "string",
"data": {
"html": {
"body": "string"
},
"text": {
"body": "string",
"syncFromHtml": true
}
},
"editorContext": {
"dynamicContent": {}
}
}
Referenced models¶
Source¶
Generated from swagger-asset.json.