@golemio/pid 2.10.2-dev.1107987710 → 2.10.2-dev.1108018093
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
|
@@ -770,7 +770,7 @@ paths:
|
|
|
770
770
|
required: false
|
|
771
771
|
schema:
|
|
772
772
|
type: string
|
|
773
|
-
example: "Smíchovské"
|
|
773
|
+
example: "Smíchovské nádraží"
|
|
774
774
|
- name: minutesBefore
|
|
775
775
|
in: query
|
|
776
776
|
description: Set the start of interval from which to retrieve departures. Positive numbers are set in past relative to the time of request or `timeFrom` timestamp, negative numbers set the start in the future. Use to compensate for walking distance to a stop. Default is set to 0. Maximum value is 30 because of implemented data retention.
|