Commit 22c3ef2a authored by Jakob Moser's avatar Jakob Moser
Browse files

Adjust README to updated API spec

parent 1239b5dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,13 +66,13 @@ And a response like this:
  {
    "name": "Website",
    "host": "fachschaft.cl.uni-heidelberg.de",
    "status": "up",
    "status": 200,
    "category": "public"
  },
  {
    "name": "Tickets",
    "host": "tickets.fachschaft.cl.uni-heidelberg.de",
    "status": "up",
    "status": 404,
    "category": "public"
  }
]