v1
latestOpenAPI 3.1.02026-07-14220425.8 KBTemplates
Update template documents
The API endpoint allows you to add, remove or replace documents in the template with provided PDF/DOCX file or HTML content.
put/templates/{id}/documents
Path parameters
idinteger required
The unique identifier of the document template.
Request body
Example request
{
"documents": [
{
"name": "Test Template"
}
]
}Response
OK