@golemio/pid 4.3.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/openapi-output.yaml +1 -1
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -1964,7 +1964,7 @@ paths:
|
|
|
1964
1964
|
type: integer
|
|
1965
1965
|
minimum: -359
|
|
1966
1966
|
maximum: 30
|
|
1967
|
-
description: Set the starting point of the departure retrieval window, in minutes, relative to now (or to timeFrom, if used). Positive values will return departures starting earlier in the past. Negative values will return departures starting later in the future. This setting helps account for walking time to the stop. Example: 2 returns departures that left 2 minutes ago. -10 returns departures no earlier then 10 minutes from now. Default is set to 0. Maximum value is 30. Minimum value is -359.
|
|
1967
|
+
description: "Set the starting point of the departure retrieval window, in minutes, relative to now (or to timeFrom, if used). Positive values will return departures starting earlier in the past. Negative values will return departures starting later in the future. This setting helps account for walking time to the stop. Example: 2 returns departures that left 2 minutes ago. -10 returns departures no earlier then 10 minutes from now. Default is set to 0. Maximum value is 30. Minimum value is -359."
|
|
1968
1968
|
example: 0
|
|
1969
1969
|
- in: header
|
|
1970
1970
|
name: Accept-Encoding
|