From fbc21f45c86704eda8de21ad62b63e935d702d93 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 18 Sep 2024 19:01:18 +0200 Subject: API: Add departure and arrival platform Closes #164 --- templates/api_documentation.html.ep | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index d8fc66f..4453286 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -41,6 +41,7 @@ "uic" : 8000098,
"latitude" : 51.451355,
"longitude" : 7.014793,
+ "platform" : "12", (ggf. null)
"scheduledTime": 1556083680,
"realTime": 1556083680
},
@@ -50,6 +51,7 @@ "uic" : 8001896,
"latitude" : 51.422853,
"longitude" : 7.023296,
+ "platform" : "2", (ggf. null)
"scheduledTime": 1556083980, (ggf. null)
"realTime": 1556083980 (ggf. null)
},
-- cgit v1.2.3