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
Add scope to EntityImportedFromFeed to find by gtfs_id.
Add query paramter imported_with_gtfs_id and imported_from_active_feed_version to Operators, Stop, Route, and RouteStopPattern controllers.
e.g.
Find by GTFS ID from the active feed for BART: imported_with_gtfs_id=19th&imported_from_feed_onestop_id=f-9q9-bart&imported_from_active_feed_version=true
Find by GTFS ID given the SHA1 of a Feed, even if we don't know BART's onestop_id imported_with_gtfs_id=19th&imported_from_feed_version=0123abcd...
The text was updated successfully, but these errors were encountered:
Add scope to EntityImportedFromFeed to find by gtfs_id.
Add query paramter
imported_with_gtfs_id
andimported_from_active_feed_version
toOperators
,Stop
,Route
, andRouteStopPattern
controllers.e.g.
Find by GTFS ID from the active feed for BART:
imported_with_gtfs_id=19th&imported_from_feed_onestop_id=f-9q9-bart&imported_from_active_feed_version=true
Find by GTFS ID given the SHA1 of a Feed, even if we don't know BART's
onestop_id
imported_with_gtfs_id=19th&imported_from_feed_version=0123abcd...
The text was updated successfully, but these errors were encountered: