Update src/openapi/customers/SE-notifications.yaml
Fixed error in query param type.
This commit is contained in:
parent
e0e70af138
commit
dce4d5ea17
@ -264,7 +264,8 @@ paths:
|
|||||||
- name: emailAddress
|
- name: emailAddress
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: string
|
||||||
|
format: email
|
||||||
example: john.doe@mymailprovider.com
|
example: john.doe@mymailprovider.com
|
||||||
required: false
|
required: false
|
||||||
description: The emailadress of the customer in the case of anonymous opt-ins
|
description: The emailadress of the customer in the case of anonymous opt-ins
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user