From 22cb3ddd92efbe9cddf069ed6c0d26a12b8e4717 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Mon, 15 Dec 2025 11:43:03 +0100 Subject: [PATCH] added query param deviceId --- 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 96d6f79..58340ef 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -56,6 +56,13 @@ paths: example: 1 required: false description: The id of the touch point where the order was initiated. + - in: query + name: deviceId + schema: + type: string + example: "7a28bd54-7ca9-499a-a722-d15ab858ab99" + required: false + description: The id of the device used to place the order. - in: query name: languageId schema: