POST
/
api
/
v1
/
project-templates

You can read more about the role’s permissions field in the permissions documentation.

Body

application/json
name
string
required

The 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

Was this page helpful?