Path Parameters
Example:
"my-media-bundle-id"
Body
application/json
The request to update a media bundle.
The name of the media bundle
The artist ID associated with the media bundle
Example:
"1234567890"
The Universal Product Code (UPC) - the unique identifier for the album, if any
Example:
"1234567890"
The project number for the media bundle / album
Example:
"PR1234"
The release number for the media bundle / album
Example:
"CR1234"
The album version of the media bundle / album
Example:
"Live"
Optional URL of the image. Must be 1x1 aspect ratio.
Example:
"https://placehold.co/1000x1000"
The client reference for the media bundle
Example:
"1234567890"
Response
Media bundle updated successfully
Whether the request was successful
Example:
true
Message from the API
Example:
"Media bundle updated"
The response from the Media Bundle PATCH request.
Example:
{
"orgId": "example",
"createdAt": { "seconds": 3, "nanoseconds": 3 },
"updatedAt": { "seconds": 3, "nanoseconds": 3 },
"mediaBundleId": "example",
"name": "example",
"artistId": "example",
"imageAssetId": null,
"externalIds": {
"appleMusic": null,
"spotify": null,
"youtube": null
},
"upc": null,
"projectNumber": null,
"releaseNumber": null,
"albumVersion": null,
"clientRef": null
}