From 5aedd2565ce5af5157b53d6ad432e558d9d65650 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 14 Jun 2024 16:19:20 +0200 Subject: [PATCH] fix readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3757eb7..829ad44 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ For define one query here there are a python example: import requests import json - url = "https://api.example.com/users" + url = "https://api.example.com/webhook/verify/" data = { "type": "credential", "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'}``` 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