Initial
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user