You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/slate/source/includes/realtime.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ A disruption is present in the response of the endpoints described if the reques
39
39
40
40
Several public transport objects have separate collections for `base_schedule` and `realtime`.<br>So the data_freshness parameter may affect the number of objects returned depending on the request.
41
41
42
-
For example when looking for a specific circulation with the collection vehicle_journey using the request:<br>`http://api.navitia.io/v1/coverage/<toto>/vehicle_journeys?since=20191008T100000&until=20191008T200000&data_freshness=base_schedule`.
42
+
For example when looking for a specific circulation with the collection vehicle_journey using the request:<br>`https://api.navitia.io/v1/coverage/<toto>/vehicle_journeys?since=20191008T100000&until=20191008T200000&data_freshness=base_schedule`.
43
43
44
44
A vehicle_journey circulating between since and until that is **fully deleted** (NO_SERVICE) by a disruption will
45
45
of course be **visible** if `data_freshness=base_schedule`.<br>But it **will not appear** with the parameter `data_freshness=realtime` as it does not exist in that collection.
@@ -85,7 +85,7 @@ See the [disruption](#disruption) objects section for its full content and descr
0 commit comments