update_playlist_details
Update a Spotify playlist's name, description, or public/private visibility. Only the fields you specify are changed, with a preview showing the old-to-new diff.
Instructions
Update a playlist's name, description, and/or public/private visibility. Only the fields you pass are changed. The preview shows an old-to-new diff of just those fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| public | No | ||
| description | No | ||
| playlist_id | Yes | ||
| confirm_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| result | No | ||
| status | Yes | ||
| preview | No | ||
| next_step | No | ||
| expires_at | No | ||
| confirm_token | No |