Files
syncthing/rest/system-ping-get.rst
T
2015-05-28 12:40:43 +02:00

11 lines
134 B
ReStructuredText

GET /rest/system/ping
=====================
Returns a ``{"ping": "pong"}`` object.
.. code:: json
{
"ping": "pong"
}