Update src/openapi/customers/SE-notifications.yaml

Fixed error in query param type.
This commit is contained in:
Mirjam Herald 2025-12-04 11:15:46 +00:00
parent e0e70af138
commit dce4d5ea17

View File

@ -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