feature/OVPAY-2473 #55

Merged
bboterm merged 10 commits from feature/OVPAY-2473 into develop 2026-03-16 13:56:19 +00:00
Showing only changes of commit b6586891fc - Show all commits

View File

@ -167,7 +167,6 @@ paths:
$ref: '#/components/schemas/500Response' $ref: '#/components/schemas/500Response'
security: security:
- default: [] - default: []
- default: []
x-auth-type: Application & Application User x-auth-type: Application & Application User
x-throttling-tier: Unlimited x-throttling-tier: Unlimited
/customers/trips/{tripId}: /customers/trips/{tripId}:
@ -588,8 +587,7 @@ paths:
operationId: API-9776v3_getPossibleStopsWithDetails operationId: API-9776v3_getPossibleStopsWithDetails
description: Get Possible Stops With Details description: Get Possible Stops With Details
security: security:
- OAuthAuthorization: - default: []
- default
parameters: parameters:
- name: X-HTM-JWT-AUTH-HEADER - name: X-HTM-JWT-AUTH-HEADER
in: header in: header
@ -755,9 +753,15 @@ paths:
message: Unable to send request to Orchestrator message: Unable to send request to Orchestrator
x-codegen-request-body-name: ManualTap x-codegen-request-body-name: ManualTap
security: security:
- OAuthAuthorization: - default: []
- default
components: components:
securitySchemes:
default:
type: oauth2
flows:
implicit:
authorizationUrl: https://services.acc.api.htm.nl/authorize
scopes: {}
schemas: schemas:
getTokenTrips: getTokenTrips:
type: array type: array