From 8ac3bc450ed74e29c4d1e9012fc07e92296224ab Mon Sep 17 00:00:00 2001 From: Ahmedhossamdev Date: Fri, 16 Aug 2024 17:18:14 +0300 Subject: [PATCH] feat: update some endpoints that return list to use list method rahter than retrieve --- stainless-config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stainless-config.yml b/stainless-config.yml index e9d59db..544657f 100644 --- a/stainless-config.yml +++ b/stainless-config.yml @@ -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: @@ -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: @@ -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: