taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f937ce51012d73039769fe3471323f6369c749fb
parent 319426f3cea657aea0e211c2e771cd5e61bc9a7f
Author: MS <ms@taler.net>
Date:   Mon, 31 Aug 2020 12:17:40 +0200

update example

Diffstat:
Mlibeufin/concepts.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 ----------------