OVPAY-2473 - TripId and TransactionId are optional.
This commit is contained in:
parent
534ee3f8fd
commit
354a8bf75d
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user