modify_playlist
Update Spotify playlists by changing their name, description, visibility, or collaborative status using the Spotify Web API.
Instructions
Change a playlist's name and public/private state
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collaborative | No | Optional. If true, the playlist will become collaborative | |
description | No | Optional. New description for the playlist | |
id | Yes | The Spotify ID or URI of the playlist | |
name | No | Optional. New name for the playlist | |
public | No | Optional. If true the playlist will be public |