diff options
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  | 
