From 8a9d85394717a9cf889f6c21811e9da3ab8370eb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 May 2020 18:06:32 +0530 Subject: clarify --- libeufin/concepts.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libeufin') diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst index 86797a52..00afe9a6 100644 --- a/libeufin/concepts.rst +++ b/libeufin/concepts.rst @@ -104,7 +104,8 @@ Examples: # Download available bank accounts that can be accessed through this transport, # according to the bank server (with EBICS, does a HTD request). - curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-transports/my-ebics-testacct/query-bank-accounts + # For each of them, create a bank account resource in LibEuFin. + curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-transports/my-ebics-testacct/import-accounts Facades ------- -- cgit v1.2.3