Projects API
PATCH/api/projects/templates/{templateId}
Product availabilityAlgaPSA

Update project template

Updates the template name, description, or category.

RBAC · project

Path parameters

templateIdstring <uuid>Required

Request body

Content type: application/json · schema ProjectTemplateUpdateBody

template_namestring
min length 1
descriptionstring
categorystring

Response body

Success response 200 · schema UnversionedV1Success

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

Response codes

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