semantic errors
This commit is contained in:
parent
fcc0740130
commit
3994e0ea90
@ -69,12 +69,6 @@ paths:
|
||||
type: string
|
||||
format: email
|
||||
example: john.doe@mymailprovider.com
|
||||
- name: emailAddress
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
format: email
|
||||
example: john.doe@mymailprovider.com
|
||||
- name: dateOfBirth
|
||||
in: query
|
||||
schema:
|
||||
@ -157,7 +151,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/getCustomerProfileList"
|
||||
$ref: "#/components/schemas/getCustomerProfiles"
|
||||
examples:
|
||||
fullCustomerProfile:
|
||||
value:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user