From 257f8f939b83c9caea29fd987bb6f3bbead9bce3 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Mon, 10 Aug 2026 14:32:01 +0200 Subject: [PATCH] added query param for orderVoucher --- src/openapi/orders/orders-crud.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index ccb5bf0..af0a7b4 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -769,6 +769,13 @@ paths: example: 9e3363c8-e776-4675-b108-99b8c2e38eb6 required: false description: The id of the orderLine + - in: query + name: issuedVoucherId + schema: + type: string + example: 9e3363c8-e776-4675-b108-99b8c2e38eb6 + required: false + description: The id of the issuedVoucher get: summary: Find vouchers on the order description: Find vouchers on the order