From c9b54a095d763e5103e02f3b6f470decebbcd1ee Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Wed, 28 Jan 2026 13:50:36 +0100 Subject: [PATCH] restored crud file --- src/openapi/customers/customers-crud-v2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index c53a82f..71c95ea 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -964,7 +964,7 @@ paths: post: tags: - Customer - summary: Create a new customer status element (only for SMP) + summary: Create a new customer status element description: >- parameters: @@ -996,7 +996,7 @@ paths: - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited - /customers/customerPreferences: + /customers/{customerProfileId}/customerPreferences: post: tags: - Customer @@ -1006,10 +1006,10 @@ paths: parameters: - name: customerProfileId in: path - required: true schema: type: integer example: 1 + required: true requestBody: content: application/json: