mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Add missing param, fix response code. (#4891)
This commit is contained in:
parent
e77bd4c188
commit
feb927c2e4
1 changed files with 6 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
"x-position": 1
|
||||
},
|
||||
"responses": {
|
||||
"201": {
|
||||
"200": {
|
||||
"description": "The email was sent (scheduled) successfully"
|
||||
},
|
||||
"400": {
|
||||
|
@ -215,6 +215,11 @@
|
|||
"fromDisplay": {
|
||||
"type": "string",
|
||||
"description": "The name of the sender"
|
||||
},
|
||||
"disableCertificateCheck": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Disable TLS certificate security checks"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue