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 --- subsonic-site/src/main/webapp/api-createShare.jsp | 41 ----------------------- 1 file changed, 41 deletions(-) delete mode 100644 subsonic-site/src/main/webapp/api-createShare.jsp (limited to 'subsonic-site/src/main/webapp/api-createShare.jsp') diff --git a/subsonic-site/src/main/webapp/api-createShare.jsp b/subsonic-site/src/main/webapp/api-createShare.jsp deleted file mode 100644 index bc9d4115..00000000 --- a/subsonic-site/src/main/webapp/api-createShare.jsp +++ /dev/null @@ -1,41 +0,0 @@ -

createShare

-

- http://your-server/rest/createShare.view -
Since 1.6.0 -

-

- Creates a public URL that can be used by anyone to stream music or video from the Subsonic server. The URL is short and - suitable for posting on Facebook, Twitter etc. Note: The user must be authorized to share (see Settings > Users - > User is allowed to share files with anyone). -

- - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterRequiredDefaultComment
idYesID of a song, album or video to share. Use one id parameter for each entry to share.
descriptionNoA user-defined description that will be displayed to people visiting the shared media.
expiresNoThe time at which the share expires. Given as milliseconds since 1970.
-

- Returns a <subsonic-response> element with a nested <shares> - element on success, which in turns contains a single <share> element for the newly created share. - Example. -

-- cgit v1.2.3