Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Status 1.2

Bernhard Posselt edited this page Feb 17, 2015 · 3 revisions

This API can be used to display warnings and errors in your client if the web app is improperly configured or not working

Get the status

  • Status: Implemented in 5.2.4
  • Method: GET
  • Route: /status
  • Parameters: none
  • Returns:
{
  "version": "5.2.4",
  "warnings": {
    "improperlyConfiguredCron": false  // if true the webapp will fail to update the feeds correctly
  }
}
Clone this wiki locally