summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <ms@taler.net>2020-05-11 00:47:26 +0200
committerMarcello Stanisci <ms@taler.net>2020-05-11 00:47:26 +0200
commit61279319a7813d8da388760bf1d64e0e9401fd32 (patch)
treea16340298c310f892c5d3a9062ceff3f7b6099cd /libeufin/api-nexus.rst
parent4d54ac1533a34fc9023a768d69d861639ca96a37 (diff)
downloaddocs-61279319a7813d8da388760bf1d64e0e9401fd32.tar.gz
docs-61279319a7813d8da388760bf1d64e0e9401fd32.tar.bz2
docs-61279319a7813d8da388760bf1d64e0e9401fd32.zip
Define request type directly under Request section.
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst15
1 files changed, 6 insertions, 9 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index bc3dacce..865b5faa 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -48,7 +48,7 @@ Users Management
**Details:**
- .. ts:def:: CreateUserRequest
+ .. ts:def:: User
interface User {
@@ -251,14 +251,6 @@ to the real bank.
Activate a new bank transport for the requesting user.
**Request:**
- Object of the type `BankTransport`
-
- **Response:**
-
- :status 409 Conflict: The ``name`` field exists already for
- the requesting user.
-
- **Details:**
.. ts:def:: BankTransport
@@ -284,6 +276,11 @@ to the real bank.
}
+ **Response:**
+
+ :status 409 Conflict: The ``name`` field exists already for
+ the requesting user.
+
.. http:post:: <nexus>/bank-transports/<transport-name>/sendMSG.
Perform the ``MSG`` operation offered by ``transport-name``