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
|[configVersion](#configVersion)|`string`| Deployment version of the *router-config.json*. |*Optional*|| 2.1 |
37
37
|[requestLogFile](#requestLogFile)|`string`| The path of the log file for the requests. |*Optional*|| 2.0 |
38
-
|[streetRoutingTimeout](#streetRoutingTimeout)|`duration`| The maximum time a street routing request is allowed to take before returning a timeout. |*Optional*|`"PT5S"`| na|
38
+
|[streetRoutingTimeout](#streetRoutingTimeout)|`duration`| The maximum time a street routing request is allowed to take before returning a timeout. |*Optional*|`"PT5S"`|2.2|
39
39
|[flex](sandbox/Flex.md)|`object`| Configuration for flex routing. |*Optional*|| 2.1 |
40
+
|[rideHailingServices](sandbox/RideHailing.md)|`object[]`| Configuration for interfaces to external ride hailing services like Uber. |*Optional*|| 2.3 |
40
41
|[routingDefaults](RouteRequest.md)|`object`| The default parameters for the routing query. |*Optional*|| 2.0 |
41
42
| timetableUpdates |`object`| Global configuration for timetable updaters. |*Optional*|| 2.2 |
42
43
|[transit](#transit)|`object`| Configuration for transit searches with RAPTOR. |*Optional*|| na |
@@ -54,7 +55,7 @@ A full list of them can be found in the [RouteRequest](RouteRequest.md).
54
55
|[pagingSearchWindowAdjustments](#transit_pagingSearchWindowAdjustments)|`duration[]`| The provided array of durations is used to increase the search-window for the next/previous page. |*Optional*|| na |
55
56
|[stopTransferCost](#transit_stopTransferCost)|`enum map of integer`| Use this to set a stop transfer cost for the given transfer priority |*Optional*|| 2.0 |
56
57
|[transferCacheRequests](#transit_transferCacheRequests)|`object[]`| Routing requests to use for pre-filling the stop-to-stop transfer cache. |*Optional*|| 2.3 |
57
-
| transmodelApi |`object`| Configuration for the Transmodel GraphQL API. |*Optional*|| na|
58
+
| transmodelApi |`object`| Configuration for the Transmodel GraphQL API. |*Optional*||2.1|
58
59
|[hideFeedId](#transmodelApi_hideFeedId)|`boolean`| Hide the FeedId in all API output, and add it to input. |*Optional*|`false`| na |
59
60
|[tracingHeaderTags](#transmodelApi_tracingHeaderTags)|`string[]`| Used to group requests when monitoring OTP. |*Optional*|| na |
60
61
|[updaters](UpdaterConfig.md)|`object[]`| Configuration for the updaters that import various types of data into OTP. |*Optional*|| 1.5 |
@@ -127,7 +128,7 @@ number of transit vehicles used in that itinerary.
0 commit comments