From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-site/src/main/webapp/api-updateShare.jsp | 37 +++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 subsonic-site/src/main/webapp/api-updateShare.jsp (limited to 'subsonic-site/src/main/webapp/api-updateShare.jsp') diff --git a/subsonic-site/src/main/webapp/api-updateShare.jsp b/subsonic-site/src/main/webapp/api-updateShare.jsp new file mode 100644 index 00000000..8523ef30 --- /dev/null +++ b/subsonic-site/src/main/webapp/api-updateShare.jsp @@ -0,0 +1,37 @@ +

updateShare

+

+ http://your-server/rest/updateShare.view +
Since 1.6.0 +

+

+ Updates the description and/or expiration date for an existing share. +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterRequiredDefaultComment
idYesID of the share to update.
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, or zero to remove the expiration.
+

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

-- cgit v1.2.3