From 7bbbc85c4b1eede951f607a29896f8b482b356fa Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Thu, 24 Oct 2024 15:03:38 +0200 Subject: [PATCH] DHIL-3364 - externalOrderId is not a UUID but can be any string. --- src/openapi/orders/orders-crud.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 223eb5b..e40232a 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -17,8 +17,7 @@ paths: name: externalOrderId schema: type: string - format: uuid - example: 26ce08bc-0443-465f-9cd2-a7143f33eed0 + example: EXT001 required: false description: The order id in the external system. - in: query