From f937ce51012d73039769fe3471323f6369c749fb Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 31 Aug 2020 12:17:40 +0200 Subject: update example --- libeufin/concepts.rst | 4 ++-- 1 file 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 ---------------- -- cgit v1.2.3