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

# Rename Documents Folder

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

Rename Documents Folder.

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

## Path parameters

- `id` string, required

## Request body

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

## Response `200`

OK

- DocumentsFolderRenameResponse
  - `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)
