We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d341d commit c57ffb5Copy full SHA for c57ffb5
1 file changed
doc/openapi/rest.json
@@ -5661,6 +5661,20 @@
5661
}
5662
]
5663
},
5664
+ {
5665
+ "description": "Search for routes serving a stop with this OnestopID",
5666
+ "in": "query",
5667
+ "name": "serves_stop_onestop_id",
5668
+ "schema": {
5669
+ "type": "string"
5670
+ },
5671
+ "x-example-requests": [
5672
5673
+ "description": "serves_stop_onestop_id=s-9q8yyzcny3-embarcadero",
5674
+ "url": "serves_stop_onestop_id=s-9q8yyzcny3-embarcadero"
5675
+ }
5676
+ ]
5677
5678
{
5679
"$ref": "#/components/parameters/includeAlertsParam"
5680
0 commit comments