Skip to content

Commit

Permalink
Fix local exchangeId in exchange example.
Browse files Browse the repository at this point in the history
As this example is a single exchange, the exchange id should be the same in both participate calls.
See issue w3c-ccg#425 for discussion.
  • Loading branch information
jrhender authored and msporny committed Oct 22, 2024
1 parent 66842d1 commit 44a7b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ <h4>Exchange Examples</h4>
autonumber
Note right of H: Start exchange
W->>I: Initiate
Note right of W: POST /workflows/123/exchanges/123 &mdash; HTTP request to start exchange (e.g., send credentials, get credentials)
Note right of W: POST /workflows/123/exchanges/abc &mdash; HTTP request to start exchange (e.g., send credentials, get credentials)
I->>W: Verifiable Presentation Request (VPR)
Note left of I: VPR includes method of interaction, for purposes of exchange
W->>I: Verifiable Presentation (VP)
Expand Down

0 comments on commit 44a7b93

Please sign in to comment.