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: