diff options
Diffstat (limited to 'subsonic-site/src/main/webapp/api-ping.jsp')
-rw-r--r-- | subsonic-site/src/main/webapp/api-ping.jsp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/subsonic-site/src/main/webapp/api-ping.jsp b/subsonic-site/src/main/webapp/api-ping.jsp new file mode 100644 index 00000000..af9568fa --- /dev/null +++ b/subsonic-site/src/main/webapp/api-ping.jsp @@ -0,0 +1,14 @@ +<h2 class="div"><a name="ping"></a>ping</h2>
+
+<p>
+ <code>http://your-server/rest/ping.view</code>
+ <br>Since <a href="#versions">1.0.0</a>
+</p>
+
+<p>
+ Used to test connectivity with the server. Takes no extra parameters.
+</p>
+
+<p>
+ Returns an empty <code><subsonic-response></code> element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/ping_example_1.xml?view=markup">Example</a>.
+</p>
|