latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Update media properties

Update properties of a media item within the specified folder.

Currently supports updating the media name and recommendedPrice. Include only the fields you want to change; pass null to clear a field. The media item must belong to the authenticated user and be present in the folder.

patch/vault/folders/{folderName}/media/{mediaUuid}

Path parameters

folderNamestring required

Folder name (URL-encoded in path)

Folder name (URL-encoded in path)

mediaUuidstring uuid required

Headers

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

API version to use for the request

Request body

namestring nullable

New media name. Pass null to clear it; omit to leave unchanged.

recommendedPriceinteger nullable

Recommended price in the smallest currency unit (cents). Pass null to clear it; omit to leave unchanged.

Response

Media properties updated successfully