gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: use the ? notation for optional fiel


From: gnunet
Subject: [taler-docs] branch master updated: use the ? notation for optional fields
Date: Sun, 10 May 2020 01:20:05 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 4bb0370  use the ? notation for optional fields
4bb0370 is described below

commit 4bb037096c73025f98d0d73a68060414429d2498
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun May 10 01:20:01 2020 +0200

    use the ? notation for optional fields
---
 libeufin/api-nexus.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 699fdaf..bc3dacc 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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]