summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-29 17:34:11 +0100
committerMS <ms@taler.net>2020-10-29 17:34:11 +0100
commita7fed4b35dd3b2a19de9f13827cfdffa5842a761 (patch)
treef4beb03cfd1d888718f980647dd699a09ff8a0ea /libeufin
parent832bfa4d23fc670e8ec75c113a35c78d910676d4 (diff)
downloaddocs-a7fed4b35dd3b2a19de9f13827cfdffa5842a761.tar.gz
docs-a7fed4b35dd3b2a19de9f13827cfdffa5842a761.tar.bz2
docs-a7fed4b35dd3b2a19de9f13827cfdffa5842a761.zip
add missing type
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index bb5e48eb..64d1a416 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}