Path Parameters
"my-media-id"
Body
The request to update media.
The name of the media.
"My Song"
The plain text lyrics of the media.
"The plain text lyrics of the media."
The language of the media.
en, hi, zh, es, pt, fr, ja, de "en"
The ISRC of the media.
"US-1234567890"
The track version of the media. e.g. Live, Acoustic, etc.
"Live"
The track number of the media. e.g. 1, 2, 3, etc.
1
The disc number of the media. e.g. 1, 2, 3, etc.
1
The URL of the image asset.
"https://placehold.co/1000x1000"
The URLs of the video assets.
[
"https://placehold.co/1000x1000",
"https://placehold.co/1000x1000"
]
The URL of the audio asset.
"https://placehold.co/1000x1000"
The URL of the instrumental audio asset.
"https://placehold.co/1000x1000"
The URL of the YouTube asset.
"https://www.youtube.com/watch?v=dQw4w9WgXcQ"
The URL of the Spotify asset.
"https://open.spotify.com/track/1234567890"
The URL of the Apple Music asset.
"https://music.apple.com/us/album/1234567890"
The client reference for the media
"1234567890"
Response
Media updated successfully
Whether the request was successful
true
Message from the API
"Media updated"
The response from the Media PATCH request.
{
"orgId": "example",
"createdAt": { "seconds": 3, "nanoseconds": 3 },
"updatedAt": { "seconds": 3, "nanoseconds": 3 },
"mediaId": "example",
"mediaBundleId": "example",
"artistId": "example",
"name": "example",
"isActive": null,
"audioAssets": null,
"videoAssets": null,
"textAssetsIds": null,
"imageAssetId": null,
"youtubePluginId": null,
"spotifyPluginId": null,
"applePluginId": null,
"externalIds": {
"appleMusic": null,
"spotify": null,
"youtube": null
},
"plainTextLyrics": null,
"language": null,
"isrc": null,
"trackVersion": null,
"trackNumber": null,
"discNumber": null,
"clientRef": null
}