summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-bank.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-bank.rst b/api-bank.rst
index 1a55a27e..bdf99a14 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -32,7 +32,7 @@ This API provides programmatic user registration at the bank.
:status 200 OK: 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 as username / password.
+:status 406 Not Acceptable: unacceptable characters were given as username / password. See https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.models.User.username for the accepted character set.
**Details**