updatePlaylist

Updates a playlist. Only the owner of a playlist is allowed to update it.

http://your-server/rest/updatePlaylist Since 1.8.0

Updates a playlist. Only the owner of a playlist is allowed to update it.

Parameters

ParameterReq.OpenS.DefaultComment
playlistIdYesThe playlist ID.
nameNoThe human-readable name of the playlist.
commentNoThe playlist comment.
publicNotrue if the playlist should be visible to all users, false otherwise.
songIdToAddNoAdd this song with this ID to the playlist. Multiple parameters allowed.
songIndexToRemoveNoRemove the song at this position in the playlist. Multiple parameters allowed.

Example

Result

An empty subsonic-response element on success.

{
  "subsonic-response": {
    "status": "ok",
    "version": "1.16.1",
    "type": "AwesomeServerName",
    "serverVersion": "0.1.3 (tag)",
    "openSubsonic": true
  }
}
{
  "subsonic-response": {
    "status": "ok",
    "version": "1.16.1"
  }
}