v1

latestOpenAPI 3.0.32026-07-148993228.8 KB
Playlists
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

collaborativeboolean

If true, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client. <br/> Note: You can only set collaborative to true on non-public playlists.

descriptionstring

Value for playlist description as displayed in Spotify Clients and in the Web API.

namestring

The new name for the playlist, for example "My New Playlist Title"

publicboolean

If true the playlist will be public, if false it will be private.

Example request

{
  "description": "Updated playlist description",
  "name": "Updated Playlist Name",
  "public": false
}

Response

Playlist updated