diff options
author | 2024-05-27 19:03:54 +0200 | |
---|---|---|
committer | 2024-05-27 17:03:54 +0000 | |
commit | a276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584 (patch) | |
tree | 861d2c9c7440fd6b602f46a3e18a55b4c31718d1 /docs/api | |
parent | [experiment] add alternative wasm sqlite3 implementation available via build-... (diff) | |
download | gotosocial-a276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584.tar.xz |
[feature/frontend] Let admins send test email to validate SMTP config (#2934)
* [feature/frontend] Let admins send test email to validate SMTP config
* wee
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |