diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-30 21:54:05 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-30 21:54:05 +0200 |
commit | 26ebd3d6442ccb348ff0441a99671f74250ae57b (patch) | |
tree | 7717956b8438452f0846922c7cd5381d1f56adf0 /templates | |
parent | 155ac555f17fbacd084ca2317708c0d25b7e5477 (diff) |
API: Expose HAFAS JourneyID, if available (#85)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/api_documentation.html.ep | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index 0847139..9c9ee1f 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -63,6 +63,7 @@ "line" : "6", (Linie als String, nicht immer numerisch, ggf. null)<br/> "no" : "30634", (Fahrtnummer als String, ggf. null oder leer)<br/> "id" : "7512500863736016593" (IRIS- oder HAFAS-spezifische Fahrt-ID)<br/> + "hafasId" : "1|224479|0|80|30082023" (HAFAS-spezifische Fahrt-ID falls bekannt, ggf. null)<br/> },<br/> "visibility" : {<br/> "desc": "private" / "unlisted" / "followers" / "travelynx" / "public",<br/> |