Skip to content

Commit 44a7b93

Browse files
jrhendermsporny
authored andcommitted
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.
1 parent 66842d1 commit 44a7b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ <h4>Exchange Examples</h4>
12141214
autonumber
12151215
Note right of H: Start exchange
12161216
W->>I: Initiate
1217-
Note right of W: POST /workflows/123/exchanges/123 &mdash; HTTP request to start exchange (e.g., send credentials, get credentials)
1217+
Note right of W: POST /workflows/123/exchanges/abc &mdash; HTTP request to start exchange (e.g., send credentials, get credentials)
12181218
I->>W: Verifiable Presentation Request (VPR)
12191219
Note left of I: VPR includes method of interaction, for purposes of exchange
12201220
W->>I: Verifiable Presentation (VP)

0 commit comments

Comments
 (0)