Change Playlist Details
Change a playlist's name and public/private state. (The user must, of course, own the playlist.)
Request
- playlist_idstringRequiredThe Spotify ID of the playlist. Example:3cEYpjA9oz9GiPac4AsH4n
- namestringThe new name for the playlist, for example "My New Playlist Title"
- publicbooleanThe playlist's public/private status (if it should be added to the user's profile or not): truethe playlist will be public,falsethe playlist will be private,nullthe playlist status is not relevant. For more about public/private status, see Working with Playlists
- collaborativebooleanIf true, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client.
 Note: You can only setcollaborativetotrueon non-public playlists.
- descriptionstringValue for playlist description as displayed in Spotify Clients and in the Web API. 
Response
Playlist updated
Response sample
empty response