From 8fc5d3b55ecae1a9dc4ecb5d0606b55c176b7508 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 7 Apr 2026 15:31:15 +0200 Subject: [PATCH] OVPAY-2473 - Added xpto boolean for token in profile. --- src/openapi/customers/customers-trips.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/openapi/customers/customers-trips.yaml b/src/openapi/customers/customers-trips.yaml index 8675fe9..78c20af 100644 --- a/src/openapi/customers/customers-trips.yaml +++ b/src/openapi/customers/customers-trips.yaml @@ -30,6 +30,15 @@ paths: explode: false schema: type: integer + - name: xpto + in: query + required: false + schema: + type: boolean + default: false + example: false + description: >- + Determines whether also trips from other PTOs will be returned. - name: dateTimeFrom in: query required: false