commit a320478c039e9750cf92e63e78185cdad5be8f89 parent 79fac5675f1dd20bfa45c6b61af85464b6208a08 Author: MS <ms@taler.net> Date: Mon, 8 May 2023 11:52:54 +0200 dialect field Diffstat:
| M | libeufin/api-nexus.rst | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -631,7 +631,9 @@ Bank connections connect the local Nexus bank account to the bank. // type of the connection to make: "ebics" for example. type: string; - // Strictly dependent from the connection type. + // Strictly dependent from the connection type. Notably, + // a "dialect" field is accepted here to adapt the EBICS client + // to one particular bank. data: any; }