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: provider/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,7 +335,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
335
335
**Endpoint:**`/stops/:stop_id`
336
336
**Method:**`GET`
337
337
**[Beta feature][beta]:** Yes (as of 1.0.0)
338
-
**`data` Payload:**`{ "stops": [] }`, an array of [Stops](/general-information.md#stop)
338
+
**`data` Payload:**`{ "stops": [] }`, an array of [Stops][stops]
339
339
340
340
In the case that a `stop_id` query parameter is specified, the `stops` array returned will only have one entry. In the case that no `stop_id` query parameter is specified, all stops will be returned.
341
341
@@ -398,7 +398,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
0 commit comments