---
title: "Edit a custom project template"
method: PUT
path: "/rest/api/2/project-template/edit-template"
tags: ["Project templates"]
---

# Edit a custom project template

`PUT /rest/api/2/project-template/edit-template`

Edit custom template

This API endpoint allows you to edit an existing customised template.

***Note: Custom Templates are only supported for Jira Enterprise edition.***

## Request body

- EditTemplateRequest — Request to edit a custom template
  - `templateDescription` string — The description of the template
  - `templateGenerationOptions` CustomTemplateOptions
    - `enableScreenDelegatedAdminSupport` boolean — Enable screen delegated admin support for the template. This means screen and associated schemes will be copied rather than referenced.
    - `enableWorkflowDelegatedAdminSupport` boolean — Enable workflow delegated admin support for the template. This means workflows and workflow schemes will be copied rather than referenced.
  - `templateKey` string — The unique identifier of the template
  - `templateName` string — The name of the template

## Response `200`

200 response

- unknown

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
