12 lines
226 B
ReStructuredText
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
|
|
}
|