commit 05de49ab36fda4e14c66c1f1786081cc91bb7120
parent b327b2836bc5231d08096684eca748ca6bafbe00
Author: MS <ms@taler.net>
Date: Mon, 31 Aug 2020 13:07:55 +0200
update example
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
@@ -105,7 +105,7 @@ Examples:
# Download available bank accounts that can be accessed through this connection,
# according to the bank server (with EBICS, does a HTD request).
# For each of them, create a bank account resource in LibEuFin.
- curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-connection/my-ebics-testacct/import-accounts
+ curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-connection/my-ebics-testacct/fetch-accounts
Facades
-------