summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <ms@taler.net>2020-05-12 15:24:35 +0200
committerMarcello Stanisci <ms@taler.net>2020-05-12 15:24:35 +0200
commit47961a49d928223feb4ca79c4ed3baa442894c06 (patch)
tree7d4b84ba5b5456ec97ef3800103b349ea5d662c6
parent97f1aa494582afead7cdc534fc245c6bdc2c7ead (diff)
downloaddocs-47961a49d928223feb4ca79c4ed3baa442894c06.tar.gz
docs-47961a49d928223feb4ca79c4ed3baa442894c06.tar.bz2
docs-47961a49d928223feb4ca79c4ed3baa442894c06.zip
adapt API spec to new code
-rw-r--r--libeufin/api-nexus.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index d0658ced..caca4390 100644
--- 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