mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +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
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue