fixed security semenantic error

This commit is contained in:
Mirjam Herald 2026-01-27 17:10:08 +01:00
parent c1fbc0dc90
commit 14817cc621

View File

@ -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: