Skip to content

Commit

Permalink
refactor: Update search_for_stop and search_for_route methods to use …
Browse files Browse the repository at this point in the history
…list instead of retrieve
  • Loading branch information
Ahmedhossamdev committed Aug 24, 2024
1 parent 44fa9c7 commit 499559e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ resources:

search_for_stop:
methods:
retrieve: get /api/where/search/stop.json
list: get /api/where/search/stop.json

search_for_route:
methods:
retrieve: get /api/where/search/route.json
list: get /api/where/search/route.json

block:
methods:
Expand Down

0 comments on commit 499559e

Please sign in to comment.