Skip to content

Commit

Permalink
chore: Update parameter name in openapi.yml for trip-for-vehicle API …
Browse files Browse the repository at this point in the history
…route
  • Loading branch information
Ahmedhossamdev committed Jul 19, 2024
1 parent 63c6fc7 commit 554caa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,14 @@ paths:
- $ref: '#/components/schemas/ResponseWrapper'
- $ref: '#/components/schemas/StopsForRouteResponse'

/api/where/trip-for-vehicle/{vehicleId}.json:
/api/where/trip-for-vehicle/{vehicleID}.json:
get:
tags:
- default
summary: Retrieve trip for a specific vehicle
parameters:
- in: path
name: vehicleId
name: vehicleID
required: true
schema:
type: string
Expand Down

0 comments on commit 554caa5

Please sign in to comment.