summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-08-31 13:07:55 +0200
committerMS <ms@taler.net>2020-08-31 13:07:55 +0200
commit05de49ab36fda4e14c66c1f1786081cc91bb7120 (patch)
treefed4639b9680b3d7592f56dcafb712dc77a7aaa5
parentb327b2836bc5231d08096684eca748ca6bafbe00 (diff)
downloaddocs-05de49ab36fda4e14c66c1f1786081cc91bb7120.tar.gz
docs-05de49ab36fda4e14c66c1f1786081cc91bb7120.tar.bz2
docs-05de49ab36fda4e14c66c1f1786081cc91bb7120.zip
update example
-rw-r--r--libeufin/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index d928b2dc..e7457411 100644
--- 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
-------