rest/system/ping: Remove obsolete note

A GET request to the /rest/system/ping endpoint also requires an API key or CSRF token.

GitHub-Pull-Request: https://github.com/syncthing/docs/pull/194
This commit is contained in:
Cedric Staniewski
2016-06-27 20:47:00 +00:00
committed by Jakob Borg
parent edf2498b76
commit 43bae4005c
-3
View File
@@ -2,6 +2,3 @@ POST /rest/system/ping
======================
Returns a ``{"ping": "pong"}`` object.
.. note::
Due to being a POST request, this method requires using an API key or CSRF token, as opposed to the GET request to the same URL.