Update a creator's media name, caption and recommended price
Update the name, caption and/or recommended price of a media item owned by the specified creator.
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.
write:creator— Modify creator profiles, settings, and creator-specific data.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
"2025-06-26"
Body
Display name. Pass null to clear it; omit to leave unchanged.
1 - 255Caption. Pass null to clear it; omit to leave unchanged.
5000Recommended price in cents. Pass null to clear it; omit to leave unchanged.
0 <= x <= 50000