Import a new template document
Imports a new template document.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
templates
Array of template documents to import. If ‘_id’ is provided, it will be replaced with an autogenerated ‘_id’. If a template’s name is already used in the templates collection, it will be renamed with a numeric suffix.
Response
Results from each individual import operation.
imported
Errors
500
Internal Server Error