summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/api-nexus.rst')
-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}