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: