Files
syncthing/rest/system-error-get.rst
T
Jakob Borg fd7fe795ad Initial
2015-05-28 12:40:43 +02:00

16 lines
259 B
ReStructuredText

GET /rest/system/error
======================
Returns the list of recent errors.
.. code:: json
{
"errors": [
{
"time": "2014-09-18T12:59:26.549953186+02:00",
"error": "This is an error string"
}
]
}