Skip to content

Commit 5b3200f

Browse files
feat: Add API endpoint for reporting problems with a stop
1 parent 78a8e90 commit 5b3200f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stainless-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ resources:
8787
methods:
8888
retrieve: get /api/where/trip-for-vehicle/{vehicleID}.json
8989

90+
report_problem_with_stop:
91+
methods:
92+
retrieve: get /api/where/report-problem-with-stop/{stopID}.json
93+
9094
$shared:
9195
models:
9296
references: Reference

0 commit comments

Comments
 (0)