http://your-server/rest/createPlaylist.view
Since 1.2.0
Creates (or updates) a playlist.
Parameter | Required | Default | Comment |
---|---|---|---|
playlistId |
Yes (if updating) | The playlist ID. | |
name |
Yes (if creating) | The human-readable name of the playlist. | |
songId |
Yes | ID of a song in the playlist. Use one songId parameter for each song in the playlist. |
Returns an empty <subsonic-response>
element on success.