From 51d68f872e19feed66ef12b1a26a68489c7a3fd4 Mon Sep 17 00:00:00 2001 From: grausof Date: Thu, 23 May 2024 11:15:33 +0200 Subject: [PATCH] Fix Wallet Attestation request --- docs/en/wallet-attestation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/wallet-attestation.rst b/docs/en/wallet-attestation.rst index 23a62a2c1..636458710 100644 --- a/docs/en/wallet-attestation.rst +++ b/docs/en/wallet-attestation.rst @@ -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 @@ -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: