playlists
Updates an existing playlist or album
put/playlists/{playlist_id}
Path parameters
playlist_idstring required
A Playlist ID
Query parameters
user_idstring required
The user ID of the user making the request
Request body
Example request
{
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}Response
Playlist updated successfully