Project Templates
Update
Update a project template.
PATCH
/
api
/
v1
/
project-templates
/
{templateId}
You can read more about the role’s permissions field in the permissions documentation.
Path Parameters
The ID of the project template to be updated.
Body
application/json
The updated name of the project template. Must be slug-friendly.
Required string length:
1 - 32
The updated description of the project template.
Maximum length:
256
The updated roles to be created when the template is applied to a project.
The updated environments to be created when the template is applied to a project.
Response
200 - application/json