diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index 9c9ee1f5579923f802fcd089ea09ac3877bf0bee..d8fc66f078590325f5b8cf16c0782fff7641023c 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -30,6 +30,11 @@ "actionTime" : 1234567, (UNIX-Timestamp des letzten Checkin/Checkout)
"checkedIn" : true / false,
"comment": "Kommentar",
+ "backend": {
+ "id": 1,
+ "name": "DB",
+ "type": "HAFAS",
+ },
"fromStation" : { (letzter Checkin)
"name" : "Essen Hbf",
"ds100" : "EE", (ggf. null)
@@ -122,6 +127,7 @@ {
"token" : "<%= $uid %>-<%= $token->{travel} // 'TOKEN' %>",
"action" : "checkin",
+ "hafas" : "DB", (HAFAS-Instanz – Default: Deutsche Bahn)
"train" : {
"journeyID" : "1|1426396|4|80|19082023",
}