develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit dcb7d1b564 - Show all commits

View File

@ -1011,24 +1011,12 @@ paths:
schema: schema:
type: integer type: integer
example: 2 example: 2
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/patchCustomerAddress"
examples:
updateAddressTypeId:
value:
address:
addressTypeId: 2
required: true
responses: responses:
"200": "200":
description: Successfully modified a customer Address description: Successfully deleted a customer Address
content: content:
application/json: application/json:
schema: {}
$ref: "#/components/schemas/patchCustomerProfileAddressResponse"
security: security:
- default: [] - default: []
x-auth-type: Application & Application User x-auth-type: Application & Application User
@ -1652,6 +1640,25 @@ components:
type: boolean type: boolean
addressType: addressType:
type: integer type: integer
patchCustomerAddress:
type: object
properties:
street:
type: string
houseNumber:
type: integer
houseNumberSuffix:
type: string
postalCode:
type: string
city:
type: string
country:
type: string
isPreferred:
type: boolean
addressType:
type: integer
customerPreferencesEntity: customerPreferencesEntity:
type: object type: object
properties: properties: