From 554caa55152f96a5fb17bd84e80b1010a2c87faa Mon Sep 17 00:00:00 2001 From: Ahmedhossamdev Date: Fri, 19 Jul 2024 16:50:55 +0300 Subject: [PATCH] chore: Update parameter name in openapi.yml for trip-for-vehicle API route --- openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yml b/openapi.yml index 9036878..7311e6e 100644 --- a/openapi.yml +++ b/openapi.yml @@ -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