Revived API POST /captcha/{captcha_uuid}.
Receiving captcha information for validation.
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
}
|
||||
},
|
||||
"/api/v1/captcha/{captcha_key}": {
|
||||
"get": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"captcha"
|
||||
],
|
||||
@@ -128,6 +128,18 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/GetCaptchaKeyInfo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "successful operation",
|
||||
@@ -234,6 +246,14 @@
|
||||
"required": [
|
||||
"status", "message"
|
||||
]
|
||||
},
|
||||
"GetCaptchaKeyInfo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user_ageng": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user