document-templates
Import document template bundle
Imports an exported document template bundle into an application. Accepts `application/json` or `multipart/form-data` with a `file` field. `applicationId` comes from the payload or the query string.
Check whether document template import bundle already exists
Inspects an export bundle and reports whether the template already exists in the target application. Accepts `application/json` or `multipart/form-data` with a `file` field.
Export document template bundle
Exports a document template as a portable JSON bundle. Served as a file download (`Content-Disposition: attachment`).