summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
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``