v1
latestOpenAPI 3.0.32026-07-139687282.9 KBPlaylists
Library
Change Playlist Details
Change a playlist's name and public/private state. (The user must, of course, own the playlist.)
put/playlists/{playlist_id}
Path parameters
playlist_idstring required
The Spotify ID of the playlist.
Example:3cEYpjA9oz9GiPac4AsH4n
Request body
Example request
{
"name": "Updated Playlist Name",
"description": "Updated playlist description",
"public": false
}Response
Playlist updated