From 4f541207d82b1b5f16b097ba6edacd5887299783 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 8 May 2020 19:24:20 +0200 Subject: use optional type notation --- libeufin/api-nexus2.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libeufin') diff --git a/libeufin/api-nexus2.rst b/libeufin/api-nexus2.rst index 2cd0b2eb..7d5b1f0e 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** -- cgit v1.2.3