Projects API
POST/api/projects/templates
Product availabilityAlgaPSA

Create project template

Creates a project template from an existing project.

RBAC · project

Request body

Content type: application/json · schema ProjectTemplateCreateBody

project_idstring <uuid>Required
template_namestringRequired
min length 1
descriptionstring
categorystring

Response body

Success response 201 · schema UnversionedV1Success

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

Response codes

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