From 43d4ecb47739ec8259432e21d480379d53f2ab6d Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Fri, 1 Aug 2025 12:00:39 +0200 Subject: [PATCH] PATCH and DELETE under orderLines --- src/openapi/orders/orders-crud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 358dcfd..7b84f83 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -1698,7 +1698,7 @@ paths: summary: Update a orderLine term to an order line. description: Update a orderLine term to an order line. tags: - - Order Line Terms + - Order Line requestBody: content: application/json: @@ -1721,7 +1721,7 @@ paths: summary: Remove a orderLine term from an order line. description: Remove a orderLine term from an order line. tags: - - Order Line Terms + - Order Line responses: "200": description: OK