summaryrefslogtreecommitdiff
path: root/taler-bank-manual.rst
diff options
context:
space:
mode:
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**