From 47961a49d928223feb4ca79c4ed3baa442894c06 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 12 May 2020 15:24:35 +0200 Subject: adapt API spec to new code --- libeufin/api-nexus.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libeufin') 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:: /bank-transports//sendMSG. +.. http:post:: /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 -- cgit v1.2.3