update_playlist
Modify an existing Spotify playlist by updating its name, description, public/private status, or track list using the playlist ID and desired changes.
Instructions
Update an existing Spotify playlist's details and/or tracks.
Args:
playlist_id: The Spotify ID of the playlist to update
name: New name for the playlist (optional)
track_uris: New list of track URIs to replace the playlist's tracks (optional)
description: New description for the playlist (optional)
public: New public/private status for the playlist (optional)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | ||
| name | No | ||
| playlist_id | Yes | ||
| public | No | ||
| track_uris | No |