Projects API
POST/api/projects/templates/{templateId}/duplicate
Product availabilityAlgaPSA

Duplicate project template

Creates a complete copy of the template and returns the new template id. No request body.

RBAC · project

Path parameters

templateIdstring <uuid>Required

Response body

Success response 201 · schema UnversionedV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

201
Template duplicated.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
404
Template not found.
500
Unexpected error.