Skip to content

Commit 6544251

Browse files
eric-schuhPatStLouis
authored andcommitted
Added /callbacks/{localCallbackId} to the coordinator component tables.
1 parent 88ca0fd commit 6544251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ <h4>Issuer Coordinator</h4>
921921
with the component that is expected to call the endpoint.
922922
</p>
923923
<table class="simple api-component-table"
924-
data-api-path="/interactions/{interactionId}"></table>
924+
data-api-path="/interactions/{interactionId} /callbacks/{localCallbackId}"></table>
925925

926926

927927
<h4>Issuer Service</h4>
@@ -937,7 +937,7 @@ <h4>Verifier Cooirdinator</h4>
937937
Below are all endpoints expected to be exposed by the [=verifier coordinator=], along with the component that is expected to call the endpoint.
938938
</p>
939939
<table class="simple api-component-table"
940-
data-api-path="/interactions/{interactionId}"></table>
940+
data-api-path="/interactions/{interactionId} /callbacks/{localCallbackId}"></table>
941941

942942
<h4>Verifier Service</h4>
943943
<p>
@@ -953,7 +953,7 @@ <h4>Holder Coordinator</h4>
953953
the component that is expected to call the endpoint.
954954
</p>
955955
<table class="simple api-component-table"
956-
data-api-path="/interactions/{interactionId}"></table>
956+
data-api-path="/interactions/{interactionId} /callbacks/{localCallbackId}"></table>
957957

958958
<h4>Holder Service</h4>
959959
<p>

0 commit comments

Comments
 (0)