Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Wallet Attestation response code and method #287

Merged
merged 8 commits into from
Jun 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/en/wallet-attestation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Wallet Instance Initialization and Registration

.. code-block:: http

PUT /wallet-instance HTTP/1.1
POST /wallet-instance HTTP/1.1
Host: walletprovider.example.com
Content-Type: application/json

Expand Down Expand Up @@ -150,8 +150,7 @@ Wallet Instance Initialization and Registration

.. code-block:: http

HTTP/1.1 201 Created
Content-Type: application/json
HTTP/1.1 204 No content

If any errors occur during the Wallet Instance registration, the Wallet Provider MUST return an error response. The response MUST use the content type set to *application/json* and MUST include the following parameters:

Expand Down
Loading