Skip to content

Commit

Permalink
Fix Wallet Attestation request
Browse files Browse the repository at this point in the history
  • Loading branch information
grausof committed May 23, 2024
1 parent 5729f51 commit 51d68f8
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 51d68f8

Please sign in to comment.