Update media properties
Vault
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
Update media properties
Required scope
write:media— Upload, modify, and manage media files and content assets. Also required for vault folder management.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
Example:
"2025-06-26"
Path Parameters
Folder name (URL-encoded in path)
Required string length:
1 - 255Body
application/json
Response
Media properties updated successfully