From 4738428c2c205f42200386ae09b44b9ec07b9144 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 27 Jul 2013 14:33:25 -0700 Subject: Move subsonic-android to root --- .../src/main/webapp/api-updatePlaylist.jsp | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 subsonic-site/src/main/webapp/api-updatePlaylist.jsp (limited to 'subsonic-site/src/main/webapp/api-updatePlaylist.jsp') diff --git a/subsonic-site/src/main/webapp/api-updatePlaylist.jsp b/subsonic-site/src/main/webapp/api-updatePlaylist.jsp deleted file mode 100644 index e10856b5..00000000 --- a/subsonic-site/src/main/webapp/api-updatePlaylist.jsp +++ /dev/null @@ -1,64 +0,0 @@ -

updatePlaylist

- -

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

- -

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

- - - - - - - - - - - - - - - - - - - - - - - - - - <%--TODO: Add later--%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - <%----%> - - - - - - - - - - - - -
ParameterRequiredDefaultComment
playlistIdYesThe playlist ID.
nameNoThe human-readable name of the playlist.
commentNoThe playlist comment.
usernameToAddNoAllow this user to listen to this playlist. Multiple parameters allowed.
usernameToRemoveNoDisallow this user to listen to this playlist. Multiple parameters allowed.
songIdToAddNoAdd this song with this ID to the playlist. Multiple parameters allowed.
songIndexToRemoveNoRemove the song at this position in the playlist. Multiple parameters allowed.
-

- Returns an empty <subsonic-response> element on success. -

-- cgit v1.2.3