taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 23ee9f63af1e7fccb0ba7fe81b7f6d0dc1b9e1d3
parent 9553ad5d8bb130500c68f0216e91ff06f8537214
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  3 Jun 2020 13:46:59 +0530

nexus: document source field

Diffstat:
Mlibeufin/api-nexus.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

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