From 4bb037096c73025f98d0d73a68060414429d2498 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 10 May 2020 01:20:01 +0200 Subject: use the ? notation for optional fields --- libeufin/api-nexus.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libeufin/api-nexus.rst') 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; -- cgit v1.2.3