Skip to main content
PATCH
/
collections
/
{uuid}
Rename a content collection
curl --request PATCH \
  --url https://api.fanvue.com/collections/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>' \
  --data '
{
  "label": "string"
}
'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

uuid
string<uuid>
required

Body

application/json
label
string
required

New label for the collection

Required string length: 1 - 100

Response

Collection renamed successfully