Mention of 404 error was removed from GET /:captcha_id description.

This commit is contained in:
Alexander Andreev 2022-10-21 00:03:09 +04:00
parent 6e4242e6cd
commit 29e4666bd9
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ Responds with an empty body and one of the HTTP codes.
If an optional `remove` parameter without a value supplied CAPTCHA will be
removed without checking and a HTTP code `204` will be sent. Otherwise, a `403`
HTTP code will be sent if it is not solved. If a CAPTCHA doesn't exist a `404`
HTTP code still will be returned.
HTTP code will be sent if it is not solved.
A `remove` parameter was added because browsers will print an error in a console
if HTTP code is not within `2xx`, so to keep a console clean you can provide