Skip to content

Commit 3dbe5d7

Browse files
authored
Improve comment for the detail field (#64)
* Improve comment for the `detail` field * Improve comment
1 parent 19a8b02 commit 3dbe5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The response body is a JSON object which has a `success` field that tells you wh
5959
"success": false,
6060
"error": {
6161
"error_code": "bad_request", // Error code, see the table below for possible values
62-
"detail": "..." // A textual description of what went wrong.
62+
"detail": "..." // Extra details (this is mainly intended for Friendly Captcha staff)
6363
},
6464
}
6565

0 commit comments

Comments
 (0)