From a875828acb66b96fdaa80f24a88ccc69abb29654 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 31 Oct 2020 16:27:43 +0100 Subject: clean up use of HTTP status codes --- core/api-bank-integration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/api-bank-integration.rst') diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst index 09e674f2..07299d6a 100644 --- a/core/api-bank-integration.rst +++ b/core/api-bank-integration.rst @@ -34,7 +34,7 @@ to tightly integrate with GNU Taler. **Response:** - :status 200 OK: + :http:statuscode:`200 OK`: The exchange responds with a `BankVersion` object. This request should virtually always be successful. @@ -79,7 +79,7 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope **Response** - :status 200 OK: + :http:statuscode:`200 OK`: The withdrawal operation is known to the bank, and details are given in the `BankWithdrawalOperationStatus` response body. @@ -121,10 +121,10 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope **Response** - :status 200 OK: + :http:statuscode:`200 OK`: The bank has accepted the withdrawal operation parameters chosen by the wallet. The response is a `BankWithdrawalOperationPostResponse`. - :status 404 Not Found: + :http:statuscode:`404 Not found`: The bank does not know about a withdrawal operation with the specified ``wopid``. **Details** -- cgit v1.2.3