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

12 lines
226 B
ReStructuredText

GET /rest/system/config/insync
==============================
Returns whether the config is in sync, i.e. whether the running
configuration is the same as that on disk.
.. code:: json
{
"configInSync": true
}