commit 47961a49d928223feb4ca79c4ed3baa442894c06
parent 97f1aa494582afead7cdc534fc245c6bdc2c7ead
Author: Marcello Stanisci <ms@taler.net>
Date: Tue, 12 May 2020 15:24:35 +0200
adapt API spec to new code
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
@@ -102,7 +102,6 @@ Bank Account Management
.. ts:def:: Transport
-
interface Transport {
// Transport type: 'ebics', 'local', 'fints' (forthcoming).
@@ -299,11 +298,15 @@ to the real bank.
:status 409 Conflict: The ``name`` field exists already for
the requesting user.
-.. http:post:: <nexus>/bank-transports/<transport-name>/sendMSG.
+.. http:post:: <nexus>/bank-transports/sendMSG.
Perform the ``MSG`` operation offered by ``transport-name``
**without** affecting the nexus database.
+ **Request:**
+
+ A `Transport` object.
+
**Response:**
:status 404 Not Found: ``transport-name`` doesn't exist for