summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-06-03 13:46:59 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-06-03 13:47:20 +0530
commit23ee9f63af1e7fccb0ba7fe81b7f6d0dc1b9e1d3 (patch)
treeff6599350ab6950c9032c036e66e78efd2ee0d06 /libeufin/api-nexus.rst
parent9553ad5d8bb130500c68f0216e91ff06f8537214 (diff)
downloaddocs-23ee9f63af1e7fccb0ba7fe81b7f6d0dc1b9e1d3.tar.gz
docs-23ee9f63af1e7fccb0ba7fe81b7f6d0dc1b9e1d3.tar.bz2
docs-23ee9f63af1e7fccb0ba7fe81b7f6d0dc1b9e1d3.zip
nexus: document source field
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 32c7a3c6..3d5781bf 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -248,11 +248,15 @@ to the real bank.
interface BankConnectionRestoreRequest {
+ source: "new" | "backup";
+
name: string;
// Restore a previous connection. Take precedence
// over the 'new' field.
backup?: BankConnectionBackup;
+
+ passphrase?: string;
// Data to create a fresh bank connection without
// restoring any backup.