Change a Playlist's Details
Developing
PUT
/playlists/{playlist_id}
category-playlists
course, own the playlist.)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.spotify.com/v1/playlists/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{}
Request
Path Params
playlist_id
string
required
Header Params
Authorization
string
required
Changing a public playlist for a user requires authorization of the
playlist-modify-public
scope; changing a private playlist requires the playlist-modify-private
scope. See Using Scopes.Content-Type
string
required
application/json
Body Params application/json