Skip to content

Commit

Permalink
feat: update some endpoints that return list to use list method rahte…
Browse files Browse the repository at this point in the history
…r than retrieve
  • Loading branch information
Ahmedhossamdev committed Aug 16, 2024
1 parent e55105a commit 8ac3bc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:

stops_for_location:
methods:
retrieve: get /api/where/stops-for-location.json
list: get /api/where/stops-for-location.json

stops_for_route:
methods:
Expand Down Expand Up @@ -56,7 +56,7 @@ resources:

routes_for_location:
methods:
retrieve: get /api/where/routes-for-location.json
list: get /api/where/routes-for-location.json

routes_for_agency:
methods:
Expand All @@ -77,7 +77,7 @@ resources:

trips_for_location:
methods:
retrieve: get /api/where/trips-for-location.json
list: get /api/where/trips-for-location.json

trip-details:
methods:
Expand Down

0 comments on commit 8ac3bc4

Please sign in to comment.