gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 01/06: use optional type notation


From: gnunet
Subject: [taler-docs] 01/06: use optional type notation
Date: Sun, 10 May 2020 01:15:43 +0200

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

ms pushed a commit to branch master
in repository docs.

commit 4f541207d82b1b5f16b097ba6edacd5887299783
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri May 8 19:24:20 2020 +0200

    use optional type notation
---
 libeufin/api-nexus2.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libeufin/api-nexus2.rst b/libeufin/api-nexus2.rst
index 2cd0b2e..7d5b1f0 100644
--- a/libeufin/api-nexus2.rst
+++ b/libeufin/api-nexus2.rst
@@ -95,9 +95,8 @@ Bank Account Management
        // to submit at the bank.
        uuid: string;
 
-       // Optional field to specify the bank transport to use
-       // for the submission.
-       transport: string;
+       // Specify the bank transport to use for the submission.
+       transport: string?;
      }
 
   :status 404 Not Found: the unique identifier **or**

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



reply via email to

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