summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-08 18:30:19 +0200
committerMS <ms@taler.net>2020-09-08 18:30:19 +0200
commite9e4a7d34c3b0ca6c5f13d77a7831b8340b8523a (patch)
treeb4f5bd16582bc0aa093d8e4df5670c2b46eb2702 /libeufin
parent6673e42048230881f04db0073552a74263574278 (diff)
downloaddocs-e9e4a7d34c3b0ca6c5f13d77a7831b8340b8523a.tar.gz
docs-e9e4a7d34c3b0ca6c5f13d77a7831b8340b8523a.tar.bz2
docs-e9e4a7d34c3b0ca6c5f13d77a7831b8340b8523a.zip
missing field
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 48880196..bb05a8f8 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -272,7 +272,7 @@ to the real bank.
source: "new" | "backup";
name: string;
-
+ type: string; // "ebics" for example.
// Restore a previous connection. Take precedence
// over the 'new' field.
backup?: BankConnectionBackup;