We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
detail
1 parent 19a8b02 commit 3dbe5d7Copy full SHA for 3dbe5d7
1 file changed
docs/getting-started/verify.md
@@ -59,7 +59,7 @@ The response body is a JSON object which has a `success` field that tells you wh
59
"success": false,
60
"error": {
61
"error_code": "bad_request", // Error code, see the table below for possible values
62
- "detail": "..." // A textual description of what went wrong.
+ "detail": "..." // Extra details (this is mainly intended for Friendly Captcha staff)
63
},
64
}
65
0 commit comments