Skip to content

Commit

Permalink
refactor: set paginated to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 24, 2024
1 parent 499559e commit acc7859
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,15 @@ resources:

search_for_stop:
methods:
list: get /api/where/search/stop.json
list:
endpoint: get /api/where/search/stop.json
paginated: false

search_for_route:
methods:
list: get /api/where/search/route.json
list:
endpoint: get /api/where/search/route.json
paginated: false

block:
methods:
Expand Down

0 comments on commit acc7859

Please sign in to comment.