mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-16 00:48:08 -04:00
Update README - HTTP Verb and Parameters
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
fd85eef566
commit
beaa71a9fa
12
README.md
12
README.md
@ -79,13 +79,13 @@ An image that has a pair of words is created. The answer to one of the words is
|
|||||||
- `input_type`: `String` -
|
- `input_type`: `String` -
|
||||||
The type of input option for a captcha
|
The type of input option for a captcha
|
||||||
- text
|
- text
|
||||||
- click (choose)
|
- (More to come)
|
||||||
- `media`: `String` -
|
- `media`: `String` -
|
||||||
The type of media of a captcha
|
The type of media of a captcha
|
||||||
- image
|
- image/png
|
||||||
- audio
|
- image/gif
|
||||||
- gif
|
- (More to come)
|
||||||
- `size`: `dict` -
|
- `size`: `Map` -
|
||||||
The dimensions of a captcha (Optional). It needs two more fields nested in this parameter
|
The dimensions of a captcha (Optional). It needs two more fields nested in this parameter
|
||||||
- `height`: `Int`
|
- `height`: `Int`
|
||||||
- `width`: `Int`
|
- `width`: `Int`
|
||||||
@ -94,7 +94,7 @@ An image that has a pair of words is created. The answer to one of the words is
|
|||||||
- `id`: `String` - The uuid of the captcha generated
|
- `id`: `String` - The uuid of the captcha generated
|
||||||
|
|
||||||
|
|
||||||
### - `/v1/media`: `POST`,`GET`
|
### - `/v1/media`: `GET`
|
||||||
- Parameters:
|
- Parameters:
|
||||||
- `id`: `String` - The uuid of the captcha
|
- `id`: `String` - The uuid of the captcha
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user