mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-18 13:34:25 +01:00
Add missing param, fix response code. (#4891)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user