fix readme
This commit is contained in:
parent
6ef41d2389
commit
5aedd2565c
|
@ -181,7 +181,7 @@ For define one query here there are a python example:
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
|
|
||||||
url = "https://api.example.com/users"
|
url = "https://api.example.com/webhook/verify/"
|
||||||
data = {
|
data = {
|
||||||
"type": "credential",
|
"type": "credential",
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -201,6 +201,7 @@ For define one query here there are a python example:
|
||||||
```
|
```
|
||||||
The response of verification can be ```{'status': 'success'}``` or ```{'status': 'fail'}```
|
The response of verification can be ```{'status': 'success'}``` or ```{'status': 'fail'}```
|
||||||
If no there are *type* in data or this is not a *credential* then, the verification proccess hope a *presentation*
|
If no there are *type* in data or this is not a *credential* then, the verification proccess hope a *presentation*
|
||||||
|
The field *data* have the credential or presentation.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue