API Reference
Clone Template
Creates a new template by duplicating an existing template's content and metadata. Includes copying preview files and template index.
AuthorizationBearer <token>
In: header
Path Parameters
templateIdstring
ID of the template to be used
Response Body
application/json
curl -X POST "https://api.pogodoc.com/v1/templates/string/clone"{
"newTemplateId": "string"
}