From e2c768804a5c0be67c4249e49d2ce54ace1bd111 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Wed, 5 Mar 2025 10:48:09 +0100 Subject: [PATCH] fixed semantic error CRUD order --- src/openapi/orders/orders-crud.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 538c913..1dd008e 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -2249,11 +2249,6 @@ paths: description: Delete an address of a customer on an order. tags: - Customer - requestBody: - content: - application/json: - schema: - $ref: "#/components/schemas/unavailable" responses: "200": description: OK @@ -2261,10 +2256,7 @@ paths: application/json: schema: $ref: "#/components/schemas/unavailable" - example: { - - } - + example: {} components: securitySchemes: bearerToken: