summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-10-20 10:26:50 +0200
committerms <ms@taler.net>2021-10-20 10:26:50 +0200
commit86d83d3ae108158c0ec5489745e90c9bf01d6b8c (patch)
tree7c587d382f8f6b0bc90f765d652e70cb9259e781 /core/api-bank-access.rst
parentc34823b4be17c38c66d7634c43e417400104b01a (diff)
downloaddocs-86d83d3ae108158c0ec5489745e90c9bf01d6b8c.tar.gz
docs-86d83d3ae108158c0ec5489745e90c9bf01d6b8c.tar.bz2
docs-86d83d3ae108158c0ec5489745e90c9bf01d6b8c.zip
new status codes
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index dfd9dc27..7e0e84e3 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -133,7 +133,7 @@ name and account password, at least in the GNU Taler demo bank implementation.
The withdrawal operation has been confirmed. The response is an empty JSON object.
:http:statuscode:`409 Conflict`:
The withdrawal has been aborted previously and can't be confirmed.
- :http:statuscode:`422 Unprocessable Entity` (Not implemented yet):
+ :http:statuscode:`422 Unprocessable Entity` (New):
The withdraw operation cannot be confirmed because no exchange and reserve public key selection happened before.
----------------------