OVPAY-879 - Converted search params to array.
This commit is contained in:
parent
9c17102d04
commit
e818ab6489
@ -118,8 +118,11 @@ paths:
|
||||
- in: query
|
||||
name: highestProcessingFailureStatus
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
example: open
|
||||
example: [open]
|
||||
explode: false
|
||||
description: Find the highest processing failure status of the transaction. %00 is searching for NULL-values.
|
||||
responses:
|
||||
"200":
|
||||
@ -447,6 +450,7 @@ paths:
|
||||
items:
|
||||
type: string
|
||||
example: [created, succeeded, failed]
|
||||
explode: false
|
||||
description: The action of the event.
|
||||
- in: query
|
||||
name: description
|
||||
@ -808,8 +812,11 @@ paths:
|
||||
- in: query
|
||||
name: concessionId
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
example: 1
|
||||
example: [1, 2]
|
||||
explode: false
|
||||
description: Find product metadata that is linked to this concession.
|
||||
- in: query
|
||||
name: sourceMetadataId
|
||||
@ -1510,8 +1517,11 @@ paths:
|
||||
- in: query
|
||||
name: rejectionProcessing
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
example: system
|
||||
example: [mail, system]
|
||||
explode: false
|
||||
description: The rejection processing of the source.
|
||||
- in: query
|
||||
name: rejectionInfo
|
||||
@ -1833,6 +1843,7 @@ paths:
|
||||
items:
|
||||
type: integer
|
||||
example: [1, 2]
|
||||
explode: false
|
||||
description: The id of the concession.
|
||||
- in: query
|
||||
name: percentage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user