commit 5906fdc47e9f190dcc3876a61f2020ed8ebd7143
parent 573cd2b5d582b5e15f0fc6e452be27012a3be62b
Author: MS <ms@taler.net>
Date: Fri, 21 Apr 2023 20:44:33 +0200
matching the implementation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
@@ -911,8 +911,8 @@ Facades
// (Nexus local) bank account associated to this facade.
bankAccount: string;
// Whether the facade seeks reports or statements from the bank.
- reserveTransferLevel?: string;
- currency?: string;
+ reserveTransferLevel: string;
+ currency: string;
}
.. http:delete:: {nexus}/facades/{fcid}