From a7fed4b35dd3b2a19de9f13827cfdffa5842a761 Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 29 Oct 2020 17:34:11 +0100 Subject: add missing type --- libeufin/api-nexus.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libeufin') 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} -- cgit v1.2.3