Web API •References / Playlists / Change Playlist Details
Change Playlist Details
Change a playlist's name and public/private state. (The user must, of course, own the playlist.)
Request
- playlist_idstringRequired
The Spotify ID of the playlist.
Example value:"3cEYpjA9oz9GiPac4AsH4n"
supports free form additional properties
- namestring
The new name for the playlist, for example
"My New Playlist Title"
- publicboolean
If
true
the playlist will be public, iffalse
it will be private. - collaborativeboolean
If
true
, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client.
Note: You can only setcollaborative
totrue
on non-public playlists. - descriptionstring
Value for playlist description as displayed in Spotify Clients and in the Web API.
Response
Playlist updated