PATCH
/
api
/
v1
/
project-templates
/
{templateId}

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

Path Parameters

templateId
string
required

The ID of the project template to be updated.

Body

application/json
name
string

The updated name of the project template. Must be slug-friendly.

description
string

The updated description of the project template.

roles
object[]

The updated roles to be created when the template is applied to a project.

environments
object[]

The updated environments to be created when the template is applied to a project.

Response

200 - application/json
projectTemplate
object
required

Was this page helpful?