latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Update media name, caption and recommended price

Update the name, caption and/or recommended price of a media item owned by the authenticated user.

Only `name`, `caption` and `recommendedPrice` can be changed. Omit a field to leave it
unchanged, or pass `null` to clear it. At least one field must be provided.
patch/media/{uuid}

Path parameters

uuidstring uuid required

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Request body

namestring nullable

Display name. Pass null to clear it; omit to leave unchanged.

captionstring nullable

Caption. Pass null to clear it; omit to leave unchanged.

recommendedPriceinteger nullable

Recommended price in cents. Pass null to clear it; omit to leave unchanged.

Response

Updated media item

uuidstring uuid required
namestring nullable required
captionstring nullable required
recommendedPricenumber nullable required