summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
----------------