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
name
string
requiredThe name of the project template to be created. Must be slug-friendly.
description
string
An optional description of the project template.
roles
object[]
The roles to be created when the template is applied to a project.
environments
object[]
The environments to be created when the template is applied to a project.
Response
200 - application/json
projectTemplate
object
required