updatePlaylist
Update a Spotify playlist's name, description, public status, or collaborative setting.
Instructions
Update the details of a Spotify playlist (name, description, public/private, collaborative)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the playlist | |
| public | No | Whether the playlist should be public | |
| playlistId | Yes | The Spotify ID of the playlist | |
| description | No | New description for the playlist | |
| collaborative | No | Whether the playlist should be collaborative (requires public to be false) |