summaryrefslogtreecommitdiff
path: root/taler-bank-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-31 16:27:43 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-31 16:27:43 +0100
commita875828acb66b96fdaa80f24a88ccc69abb29654 (patch)
treeb79a3f7c0de70ef833d9788647ee0ef1f3670a3b /taler-bank-manual.rst
parentf82d5092cdc8fa3a123404f680b43a937cc6ef11 (diff)
downloaddocs-a875828acb66b96fdaa80f24a88ccc69abb29654.tar.gz
docs-a875828acb66b96fdaa80f24a88ccc69abb29654.tar.bz2
docs-a875828acb66b96fdaa80f24a88ccc69abb29654.zip
clean up use of HTTP status codes
Diffstat (limited to 'taler-bank-manual.rst')
-rw-r--r--taler-bank-manual.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/taler-bank-manual.rst b/taler-bank-manual.rst
index 16221441..6e282ba7 100644
--- a/taler-bank-manual.rst
+++ b/taler-bank-manual.rst
@@ -44,15 +44,14 @@ be switched off during a production deployment.
**Response**
- :status 200 OK:
+ :http:statuscode:`200 OK`:
The new user has been correctly registered.
- :status 409 Conflict:
+ :http:statuscode:`409 Conflict`:
The username requested by the client is not available anymore.
- :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.
+ :http:statuscode:`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**