pin_playlist
Pin a playlist to your Spotify library by following it. Provide the playlist ID and optionally set the follow to public or private.
Instructions
Follow (pin) a playlist to your library. PUT /playlists/{id}/followers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public | No | Whether the follow should be public (Spotify default: true) | |
| playlist_id | Yes | Playlist ID to follow | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |