Skip to content

Commit

Permalink
Merge pull request #1824 from lineko/patch-1
Browse files Browse the repository at this point in the history
Update POST /present-proof/send-request to POST /present-proof-2.0/send-request
  • Loading branch information
swcurran authored Jun 21, 2022
2 parents 9364295 + 0e463be commit 8421116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/AriesOpenAPIDemo.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ Alice now has her Faber credential. Let’s have the Faber agent send a request

### Faber sends a Proof Request

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.
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.

```jsonc
{
Expand Down

0 comments on commit 8421116

Please sign in to comment.