diff --git a/src/openapi/products/SE-vouchers-TP.yaml b/src/openapi/products/SE-vouchers-TP.yaml index 821cb79..b176784 100644 --- a/src/openapi/products/SE-vouchers-TP.yaml +++ b/src/openapi/products/SE-vouchers-TP.yaml @@ -20,6 +20,22 @@ paths: schema: type: string example: VOUCHER123 + - name: highestVoucherStatusId + in: query + required: false + explode: false + description: |- + The highest voucher status id to filter the issued vouchers on. + - 1 = new + - 2 = issued + - 3 = redeemed + - 4 = revoked + - 5 = expired + schema: + type: array + items: + type: integer + example: [1, 2] tags: - Vouchers responses: