Revived API POST /api/v1/captcha.
Captcha validation has been adjusted.
This commit is contained in:
@@ -198,15 +198,12 @@
|
||||
"CaptchaVerification": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"message": {
|
||||
"captcha_key": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"status", "message"
|
||||
"captcha_key"
|
||||
]
|
||||
},
|
||||
"CaptchaChecking": {
|
||||
|
Reference in New Issue
Block a user