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.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.