Skip to content

Commit

Permalink
feat: Add API endpoint for reporting problems with a stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 8, 2024
1 parent 78a8e90 commit 5b3200f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ resources:
methods:
retrieve: get /api/where/trip-for-vehicle/{vehicleID}.json

report_problem_with_stop:
methods:
retrieve: get /api/where/report-problem-with-stop/{stopID}.json

$shared:
models:
references: Reference
Expand Down

0 comments on commit 5b3200f

Please sign in to comment.