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