summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-08-31 12:17:40 +0200
committerMS <ms@taler.net>2020-08-31 12:17:40 +0200
commitf937ce51012d73039769fe3471323f6369c749fb (patch)
treef397729e3a17550b2f2960d837d2d93a26f09285
parent319426f3cea657aea0e211c2e771cd5e61bc9a7f (diff)
downloaddocs-f937ce51012d73039769fe3471323f6369c749fb.tar.gz
docs-f937ce51012d73039769fe3471323f6369c749fb.tar.bz2
docs-f937ce51012d73039769fe3471323f6369c749fb.zip
update example
-rw-r--r--libeufin/concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index b9c76c52..4c22129e 100644
--- a/libeufin/concepts.rst
+++ b/libeufin/concepts.rst
@@ -59,14 +59,14 @@ The information stored about it includes:
by LibEuFin)
* A default bank connection (if configured) that is used by default
for operations on the account
-* Other enabled bank connections
+* Other enabled "bank connections" (see definition below)
Examples:
.. code:: none
# Download latest transactions via the default bank connection and store them locally
- curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-accounts/my-acct/collect-transactions
+ curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-accounts/my-acct/fetch-transactions
Bank Connections
----------------