Update Email Template Using PUT
Note: This method is deprecated and will be removed in next release. Use the recommended public method, instead (see PUT /api/notifications/templates
)
The e-mail template to be updated
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
Flag that indicates whether the template is HTML or plain text
Identifier of this template. Automatically generated by the system on Create.
The name of the template
The body of the template
The Updated Email Template
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
Flag that indicates whether the template is HTML or plain text
Identifier of this template. Automatically generated by the system on Create.
The name of the template
The body of the template