commit 8a9d85394717a9cf889f6c21811e9da3ab8370eb parent 0c0a865b6b6960455c24fbd045aa2748284ea3cc Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 6 May 2020 18:06:32 +0530 clarify Diffstat:
| M | libeufin/concepts.rst | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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 -------