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: