---
title: "Rename a content collection"
method: PATCH
path: "/collections/{uuid}"
---

# Rename a content collection

`PATCH /collections/{uuid}`

Rename an existing content collection owned by the authenticated creator.

## Path parameters

- `uuid` string, uuid, required

## Headers

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

## Request body

- object
  - `label` string, required — New label for the collection

## Response `204`

Collection renamed successfully

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `409` — A collection with this label already exists
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded
- `503` — Upstream collections service is unavailable

---

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