Add missing param, fix response code. (#4891)

This commit is contained in:
ndeet 2023-04-19 06:07:36 +02:00 committed by GitHub
parent e77bd4c188
commit feb927c2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@
"x-position": 1 "x-position": 1
}, },
"responses": { "responses": {
"201": { "200": {
"description": "The email was sent (scheduled) successfully" "description": "The email was sent (scheduled) successfully"
}, },
"400": { "400": {
@ -215,6 +215,11 @@
"fromDisplay": { "fromDisplay": {
"type": "string", "type": "string",
"description": "The name of the sender" "description": "The name of the sender"
},
"disableCertificateCheck": {
"type": "boolean",
"default": false,
"description": "Disable TLS certificate security checks"
} }
} }
} }