gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: adapt API spec to new code


From: gnunet
Subject: [taler-docs] branch master updated: adapt API spec to new code
Date: Tue, 12 May 2020 15:34:58 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 47961a4  adapt API spec to new code
47961a4 is described below

commit 47961a49d928223feb4ca79c4ed3baa442894c06
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 12 15:24:35 2020 +0200

    adapt API spec to new code
---
 libeufin/api-nexus.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index d0658ce..caca439 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]