commit 4bb037096c73025f98d0d73a68060414429d2498
parent 705f17a040c85b1b615be77d167e3130b602cbc6
Author: Marcello Stanisci <ms@taler.net>
Date: Sun, 10 May 2020 01:20:01 +0200
use the ? notation for optional fields
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
@@ -267,8 +267,8 @@ to the real bank.
// Mnemonic identifier for the transport bein created.
name: string;
- // Optional field to restore a previous transport.
- backup: TransportBackup;
+ // Restore a previous transport.
+ backup?: TransportBackup;
// Type of the transport (ebics, fints, native, ..)
type: string;