From e98df69152a5ad0c5f9cfcecc0319a77b4fc8800 Mon Sep 17 00:00:00 2001 From: Ahmedhossamdev Date: Thu, 4 Jul 2024 02:20:23 +0300 Subject: [PATCH] chore: Add new API route for retrieving trips by location --- stainless-config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stainless-config.yml b/stainless-config.yml index 13188ca..f4a939c 100644 --- a/stainless-config.yml +++ b/stainless-config.yml @@ -37,6 +37,10 @@ resources: methods: retrieve: get /api/where/trip/{tripID}.json + trips_for_location: + methods: + retrieve: get /api/where/trips-for-location.json + $shared: models: references: Reference