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
|
||||
in: query
|
||||
schema:
|
||||
type: integer
|
||||
type: string
|
||||
format: email
|
||||
example: john.doe@mymailprovider.com
|
||||
required: false
|
||||
description: The emailadress of the customer in the case of anonymous opt-ins
|
||||
|
||||
Loading…
Reference in New Issue
Block a user