Merge pull request #222 from stilsch/patch-3

Added voice example for registration with capcha
This commit is contained in:
Bernhard B 2022-02-24 18:23:21 +01:00 committed by GitHub
commit e5d9fa2c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ e.g:
4. Use it to make the registration call like this:
`curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/<number>`
or via voice
`curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value","use_voice": true}' 'http://127.0.0.1:8080/v1/register/<number>`
- Verify the number using the code received via SMS/voice