From 14817cc621d3d084df89067176f772f377904fa6 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Tue, 27 Jan 2026 17:10:08 +0100 Subject: [PATCH] fixed security semenantic error --- src/openapi/customers/SE-customers-v2.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/openapi/customers/SE-customers-v2.yaml b/src/openapi/customers/SE-customers-v2.yaml index 7532a6d..d0258e4 100644 --- a/src/openapi/customers/SE-customers-v2.yaml +++ b/src/openapi/customers/SE-customers-v2.yaml @@ -399,11 +399,9 @@ paths: application/json: schema: $ref: "#/components/schemas/CustomersResponse" - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited - /customers/{customerProfileId}/customerPreferences: + /customers/customerPreferences: post: tags: - Customers @@ -450,8 +448,6 @@ paths: application/json: schema: $ref: "#/components/schemas/CustomersResponse" - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited /customerPreferences/{customerPreferenceId}: @@ -507,8 +503,6 @@ paths: application/json: schema: $ref: "#/components/schemas/CustomersResponse" - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited /customers/addresses: @@ -565,8 +559,6 @@ paths: application/json: schema: $ref: "#/components/schemas/CustomersResponse" - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited /customers/addresses/{addressId}: @@ -627,8 +619,6 @@ paths: application/json: schema: $ref: "#/components/schemas/CustomersResponse" - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited delete: @@ -670,8 +660,6 @@ paths: description: Successfully deleted a customer Address content: application/json: {} - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited /customers/phones: @@ -724,8 +712,6 @@ paths: application/json: schema: $ref: "#/components/schemas/CustomersResponse" - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited /customers/phones/{phoneId}: @@ -788,8 +774,6 @@ paths: application/json: schema: $ref: "#/components/schemas/CustomersResponse" - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited delete: @@ -831,8 +815,6 @@ paths: description: Successfully deleted a customer phonenumber content: application/json: {} - security: - - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited /customers/billingInformations: