Skip to content

Commit 83e0bf2

Browse files
authored
Refactor continue exchange endpoint description.
1 parent 748d5be commit 83e0bf2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

holder.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,8 @@ paths:
106106
operationId: receiveExchangeData
107107
description:
108108
A client can use this endpoint to continue the exchange of information
109-
associated with an initiated exchange. A Verifiable Presentation is
110-
sent to this endpoint. If the server has received all of the information
111-
it needs, a 200 OK is returned with either an empty response or a
112-
Verifiable Presentation containing requested credentials by the client.
113-
If the server requires more information, it returns a Verifiable
114-
Presentation Request. A request that the server cannot understand
115-
results in an error.
109+
associated with an initiated exchange by sending a Verifiable Presentation
110+
with information requested by the server to this endpoint.
116111
parameters:
117112
- $ref: "./components/parameters/path/ExchangeId.yml"
118113
- $ref: "./components/parameters/path/TransactionUuid.yml"

0 commit comments

Comments
 (0)