From 354a8bf75ddb062044906b689919f609ef786e5d Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 13 Apr 2026 12:24:35 +0200 Subject: [PATCH] OVPAY-2473 - TripId and TransactionId are optional. --- src/openapi/customers/customers-trips.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openapi/customers/customers-trips.yaml b/src/openapi/customers/customers-trips.yaml index 8fa967a..fc15c70 100644 --- a/src/openapi/customers/customers-trips.yaml +++ b/src/openapi/customers/customers-trips.yaml @@ -995,7 +995,7 @@ paths: - name: tripId in: query description: A tripId IS AN identifier THAT distinguishes a Trip from all other Trips - required: true + required: false schema: type: integer format: int64 @@ -1004,7 +1004,7 @@ paths: description: >- A transactionId IS A unique identifier THAT is generated by the GBO and assigned to every Transaction that is received - required: true + required: false schema: type: string responses: