summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMarcello Stanisci <ms@taler.net>2020-05-10 01:20:01 +0200
committerMarcello Stanisci <ms@taler.net>2020-05-10 01:20:01 +0200
commit4bb037096c73025f98d0d73a68060414429d2498 (patch)
tree949d1ceff3f2c3ec6aea9cdcdcce127f0f075ed0 /libeufin
parent705f17a040c85b1b615be77d167e3130b602cbc6 (diff)
downloaddocs-4bb037096c73025f98d0d73a68060414429d2498.tar.gz
docs-4bb037096c73025f98d0d73a68060414429d2498.tar.bz2
docs-4bb037096c73025f98d0d73a68060414429d2498.zip
use the ? notation for optional fields
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 699fdafa..bc3dacce 100644
--- 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;