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