gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add missing type


From: gnunet
Subject: [taler-docs] branch master updated: add missing type
Date: Thu, 29 Oct 2020 17:34:21 +0100

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 a7fed4b  add missing type
a7fed4b is described below

commit a7fed4b35dd3b2a19de9f13827cfdffa5842a761
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 29 17:34:11 2020 +0100

    add missing type
---
 libeufin/api-nexus.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index bb5e48e..64d1a41 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -369,6 +369,20 @@ to the real bank.
 
    List available bank connections.
 
+   **Response**
+
+   .. ts:def:: BankConnection
+
+       interface BankConnection {
+         
+         // connection type.  For example "ebics". 
+         type: string; 
+
+         // connection name as given by the user at
+         // the moment of creation.
+         name: string;
+       }
+
 
 .. http:get:: {nexusBase}/bank-connections/{connId}
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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