From a276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 27 May 2024 19:03:54 +0200 Subject: [feature/frontend] Let admins send test email to validate SMTP config (#2934) * [feature/frontend] Let admins send test email to validate SMTP config * wee --- docs/api/swagger.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 8bd43ae8e..b069eaf55 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -4894,6 +4894,11 @@ paths: - description: The email address that the test email should be sent to. in: formData name: email + required: true + type: string + - description: Optional message to include in the email. + in: formData + name: message type: string produces: - application/json -- cgit v1.2.3