Skip to content

Commit 6b3d396

Browse files
authored
Update POST /present-proof/send-request to POST /present-proof-2.0/send-request
I got error messages when following the instructions and tried the updated version, which worked. Signed-off-by: lineko <36633510+lineko@users.noreply.github.com>
1 parent 4240fa9 commit 6b3d396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/AriesOpenAPIDemo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ Alice now has her Faber credential. Let’s have the Faber agent send a request
601601

602602
### Faber sends a Proof Request
603603

604-
From the Faber browser tab, get ready to execute the **`POST /present-proof/send-request`** endpoint. After hitting `Try it Now`, erase the data in the block labelled "Edit Value Model", replacing it with the text below. Once that is done, replace in the JSON each instance of `cred_def_id` (there are four instances) and `connection_id` with the values found using the same techniques we've used earlier in this tutorial. Both can be found by scrolling back a little in the Faber terminal, or you can execute API endpoints we've already covered. You can also change the value of the `comment` item to whatever you want.
604+
From the Faber browser tab, get ready to execute the **`POST /present-proof-2.0/send-request`** endpoint. After hitting `Try it Now`, erase the data in the block labelled "Edit Value Model", replacing it with the text below. Once that is done, replace in the JSON each instance of `cred_def_id` (there are four instances) and `connection_id` with the values found using the same techniques we've used earlier in this tutorial. Both can be found by scrolling back a little in the Faber terminal, or you can execute API endpoints we've already covered. You can also change the value of the `comment` item to whatever you want.
605605

606606
```jsonc
607607
{

0 commit comments

Comments
 (0)