From c81c87ba248643c4c1cbcbd342af66b573def86b Mon Sep 17 00:00:00 2001 From: jrhender Date: Wed, 9 Oct 2024 09:30:40 -0400 Subject: [PATCH] Fix local exchangeId in exchange example. As this example is a single exchange, the exchange id should be the same in both participate calls. See issue #425 for discussion. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 335285b..ff28fce 100644 --- a/index.html +++ b/index.html @@ -1202,7 +1202,7 @@

Exchange Examples

autonumber Note right of H: Start exchange W->>I: Initiate - Note right of W: POST /workflows/123/exchanges/123 — HTTP request to start exchange (e.g., send credentials, get credentials) + Note right of W: POST /workflows/123/exchanges/abc — 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)