Skip to content

Commit

Permalink
Reword description of posting VPR to initiate exchange.
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-smith authored Jul 16, 2024
1 parent b27d081 commit 62539ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exchanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ paths:
description: Internal Error
post:
summary: Participate in an exchange. Posting an empty body will start the exchange or return
what the exchange is expecting to complete the next step. Posting a Verifiable Presentation Request with `query.type`
set to "VerifiablePresentationRequest" to start the exchange will result in either a Verifiable Presentation Request
response from the server, if the server will need a Verifiable Presentation from the client during the exchange, or a
400 error if the server will issue in response to an empty body.
what the exchange is expecting to complete the next step. Posting a Verifiable Presentation Request
to start the exchange will result in either a Verifiable Presentation Request response from the server,
if the server will need a Verifiable Presentation from the client during the exchange, or a
4XX error if the server will issue in response to an empty body.
tags:
- Credentials
security:
Expand Down

0 comments on commit 62539ed

Please sign in to comment.