---
title: "Rename a template folder"
method: PATCH
path: "/chats/templates/folders/{folderUuid}"
---

# Rename a template folder

`PATCH /chats/templates/folders/{folderUuid}`

Renames one of the creator's template folders.

## Path parameters

- `folderUuid` string, uuid, required — Template folder UUID

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `name` string, required — Template folder name

## Response `200`

Template folder renamed

- object
  - `uuid` string, uuid, required — Template folder UUID
  - `name` string, required — Template folder name

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Template folder not found
- `409` — A folder with this name already exists
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

## Changes

- **2026-08-30** `dce5621fe589` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fanvue/apis/fanvue-api/changes/chats/templates/folders/:folderUuid/patch.md)

---

[API](https://skmtc.dev/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.dev/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/dce5621fe589/schema)
