UpdateTemplateRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/UpdateTemplateRequestBody.jsonbodyHtmlstringrequired
bodyTextstringrequired
descriptionstring
localestringrequired
subjectstringrequired
variablesstring[]nullable
UpdateTemplateRequestBody
{
"$schema": "https://example.com/schemas/UpdateTemplateRequestBody.json",
"bodyHtml": "string",
"bodyText": "string",
"description": "string",
"locale": "string",
"subject": "string",
"variables": "Unknown Type: array,null"
}