From b6586891fca4b3286ab73154d911f92b105bd792 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 16 Mar 2026 13:08:02 +0100 Subject: [PATCH] OVPAY-2473 - Fixed semantic errors. --- src/openapi/customers/customers-trips.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/openapi/customers/customers-trips.yaml b/src/openapi/customers/customers-trips.yaml index e9c8516..67059e4 100644 --- a/src/openapi/customers/customers-trips.yaml +++ b/src/openapi/customers/customers-trips.yaml @@ -167,7 +167,6 @@ paths: $ref: '#/components/schemas/500Response' security: - default: [] - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited /customers/trips/{tripId}: @@ -588,8 +587,7 @@ paths: operationId: API-9776v3_getPossibleStopsWithDetails description: Get Possible Stops With Details security: - - OAuthAuthorization: - - default + - default: [] parameters: - name: X-HTM-JWT-AUTH-HEADER in: header @@ -755,9 +753,15 @@ paths: message: Unable to send request to Orchestrator x-codegen-request-body-name: ManualTap security: - - OAuthAuthorization: - - default + - default: [] components: + securitySchemes: + default: + type: oauth2 + flows: + implicit: + authorizationUrl: https://services.acc.api.htm.nl/authorize + scopes: {} schemas: getTokenTrips: type: array