From 05de49ab36fda4e14c66c1f1786081cc91bb7120 Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 31 Aug 2020 13:07:55 +0200 Subject: update example --- libeufin/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst index d928b2dc..e7457411 100644 --- a/libeufin/concepts.rst +++ b/libeufin/concepts.rst @@ -105,7 +105,7 @@ Examples: # Download available bank accounts that can be accessed through this connection, # according to the bank server (with EBICS, does a HTD request). # For each of them, create a bank account resource in LibEuFin. - curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-connection/my-ebics-testacct/import-accounts + curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-connection/my-ebics-testacct/fetch-accounts Facades ------- -- cgit v1.2.3