From 23ee9f63af1e7fccb0ba7fe81b7f6d0dc1b9e1d3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Jun 2020 13:46:59 +0530 Subject: nexus: document source field --- libeufin/api-nexus.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libeufin') 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. -- cgit v1.2.3