Compare commits

..

No commits in common. "3f090c76b61166b16a5d8a8258a83427751a62e7" and "90bb7c11b5279b92b4cf846ede766510e42f18c5" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -1102,12 +1102,6 @@ paths:
format: uuid
example: 058a1af7-897f-45d5-b691-9cc9161e387f
description: The id of the purchased product.
- in: query
name: productId
schema:
type: integer
example: 1
description: The id of the product and the issuedVouchers related to it
- in: query
name: voucherCode
schema:
@ -1123,14 +1117,6 @@ paths:
explode: false
required: false
description: The moest recent status id of the voucher.
- in: query
name: orderBy
schema:
type: string
enum: [PurchasedProductCreatedOn, PurchasedProductLastUpdatedOn]
explode: false
required: false
description: The ordering of the issuedVouchers in the list
responses:
"200":
description: OK

View File