v1
latestOpenAPI 3.1.02026-07-17220542.8 KBTemplates
Update a template
The API endpoint provides the functionality to move a document template to a different folder and update the name of the template.
put/templates/{id}
Path parameters
idinteger required
The unique identifier of the document template.
Request body
Example request
{
"name": "New Document Name",
"folder_name": "New Folder",
"roles": [
"Agent",
"Customer"
]
}Response
OK