summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-05-08 11:52:54 +0200
committerMS <ms@taler.net>2023-05-08 11:53:06 +0200
commita320478c039e9750cf92e63e78185cdad5be8f89 (patch)
tree960684418d32ae21325e784ebf01924438292698 /libeufin/api-nexus.rst
parent79fac5675f1dd20bfa45c6b61af85464b6208a08 (diff)
downloaddocs-a320478c039e9750cf92e63e78185cdad5be8f89.tar.gz
docs-a320478c039e9750cf92e63e78185cdad5be8f89.tar.bz2
docs-a320478c039e9750cf92e63e78185cdad5be8f89.zip
dialect field
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 02e2cb3a..ab194640 100644
--- 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;
}