---
title: "Update media properties"
method: PATCH
path: "/vault/folders/{folderName}/media/{mediaUuid}"
---

# Update media properties

`PATCH /vault/folders/{folderName}/media/{mediaUuid}`

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.

## Path parameters

- `folderName` string, required — Folder name (URL-encoded in path)
- `mediaUuid` string, uuid, required

## Headers

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

## Request body

- object
  - `name` string, nullable — New media name. Pass null to clear it; omit to leave unchanged.
  - `recommendedPrice` integer, nullable — Recommended price in the smallest currency unit (cents). Pass null to clear it; omit to leave unchanged.

## Response `204`

Media properties updated successfully

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[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)
