ValidateTemplateRequest
Request to validate a Liquid template fragment (email body, subject, content block, etc.)
without rendering it. Used by editors to block saving syntactically broken templates.
Properties
| Name | Type | Description |
|---|---|---|
| content* | string | The raw template content to validate. May contain Liquid syntax and editor chip markup. |
The raw template content to validate. May contain Liquid syntax and editor chip markup. | ||
JSON Example
{
"content": "string"
}