UpdateTemplateInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/UpdateTemplateInput.jsoncssContentstring
CSS styles for the template
descriptionstring
Template description
footerHtmlstring
Optional HTML footer template
headerHtmlstring
Optional HTML header template
htmlContentstring
HTML template content
isActiveboolean
Whether template is active
margins object
Page margins in millimeters
bottomdoublerequired
leftdoublerequired
rightdoublerequired
topdoublerequired
namestring
Template name
orientationstring
Page orientation (portrait, landscape)
pageSizestring
Page size (A4, A3, Letter, Legal)
UpdateTemplateInput
{
"$schema": "https://example.com/schemas/UpdateTemplateInput.json",
"cssContent": "string",
"description": "string",
"footerHtml": "string",
"headerHtml": "string",
"htmlContent": "string",
"isActive": true,
"margins": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"name": "string",
"orientation": "string",
"pageSize": "string"
}