summaryrefslogtreecommitdiff
path: root/taler-bank-manual.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-16 16:39:02 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-16 16:39:02 +0100
commitf349433ce1bb4edc398c969f16beb776638ec3eb (patch)
tree8093738a6a6b5caa970ac6a87b1d38e05084d2bd /taler-bank-manual.rst
parent55b8c088909d26a31549f72b803109096106f5a6 (diff)
downloaddocs-f349433ce1bb4edc398c969f16beb776638ec3eb.tar.gz
docs-f349433ce1bb4edc398c969f16beb776638ec3eb.tar.bz2
docs-f349433ce1bb4edc398c969f16beb776638ec3eb.zip
don't use '406 Not Acceptable', as that refers to content negotiation
Diffstat (limited to 'taler-bank-manual.rst')
-rw-r--r--taler-bank-manual.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/taler-bank-manual.rst b/taler-bank-manual.rst
index bb64961a..16221441 100644
--- a/taler-bank-manual.rst
+++ b/taler-bank-manual.rst
@@ -48,10 +48,11 @@ be switched off during a production deployment.
The new user has been correctly registered.
:status 409 Conflict:
The username requested by the client is not available anymore.
- :status 406 Not Acceptable:
- Unacceptable characters were given for the username. See
- https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.models.User.username
- for the accepted character set.
+ :status 400 Bad Request:
+
+ * Unacceptable characters were given for the username. See
+ https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.models.User.username
+ for the accepted character set.
**Details**