From f349433ce1bb4edc398c969f16beb776638ec3eb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Jan 2020 16:39:02 +0100 Subject: don't use '406 Not Acceptable', as that refers to content negotiation --- taler-bank-manual.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'taler-bank-manual.rst') 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** -- cgit v1.2.3