---
title: "Rename Templates Folder"
method: PUT
path: "/public/v1/templates/folders/{id}"
tags: ["Folders"]
---

# Rename Templates Folder

`PUT /public/v1/templates/folders/{id}`

Rename a templates folder.

For the full list of folder operations and their limitations, see [Organize Templates and Folders](https://developers.pandadoc.com/docs/organize-folders).

## Path parameters

- `id` string, required

## Request body

- TemplatesFolderRenameRequest
  - `name` string, required — Provide a new name for the folder.

## Response `200`

OK

- TemplatesFolderRenameResponse
  - `uuid` string
  - `name` string
  - `date_created` string

## Other responses

- `400` — Bad Request
- `401` — Authentication error
- `404` — Not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
