diff --git a/src/openapi/customers/customers-trips.yaml b/src/openapi/customers/customers-trips.yaml index 55f6b7d..8675fe9 100644 --- a/src/openapi/customers/customers-trips.yaml +++ b/src/openapi/customers/customers-trips.yaml @@ -322,6 +322,15 @@ paths: summary: amount schema: type: string + - 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