From dce4d5ea175f202b4a9d03ea7eeeab394ee328fc Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Thu, 4 Dec 2025 11:15:46 +0000 Subject: [PATCH] Update src/openapi/customers/SE-notifications.yaml Fixed error in query param type. --- src/openapi/customers/SE-notifications.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openapi/customers/SE-notifications.yaml b/src/openapi/customers/SE-notifications.yaml index d4cb937..ef9d597 100644 --- a/src/openapi/customers/SE-notifications.yaml +++ b/src/openapi/customers/SE-notifications.yaml @@ -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