Tweak query param
This commit is contained in:
parent
69908f58b0
commit
f8010560cc
@ -233,25 +233,26 @@ paths:
|
|||||||
- name: productId
|
- name: productId
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
description: Return only vouchers that were issued for the given voucher definition (by it's productId).
|
description: Return only issued vouchers that were issued for the given voucher definition (by it's productId).
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
example: 321
|
example: 321
|
||||||
- name: highestVoucherStatusId
|
- name: voucherStatusId
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
explode: false
|
explode: false
|
||||||
description: |-
|
description: |-
|
||||||
The highest voucher status id to filter the issued vouchers on.
|
Return only issued vouchers that currently have the given voucher status(es).
|
||||||
- 1 = new
|
|
||||||
- 2 = issued
|
- 2 = issued
|
||||||
- 3 = redeemed
|
- 3 = redeemed
|
||||||
- 4 = revoked
|
- 4 = revoked
|
||||||
- 5 = expired
|
- 5 = expired
|
||||||
- 6 = pendingRedemption
|
- 6 = pendingRedemption
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: array
|
||||||
example: 3
|
items:
|
||||||
|
type: integer
|
||||||
|
example: [4,5]
|
||||||
tags:
|
tags:
|
||||||
- Vouchers
|
- Vouchers
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user