commit 707c77878e5ebdb693d0899c56f46ce20e78a902 parent cf4a5858e3902e86f80066a28ca1579a121d05e7 Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 3 Sep 2020 22:46:32 +0530 drop balance suffix Diffstat:
| M | core/api-bank-access.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -34,7 +34,7 @@ The following endpoints require HTTP "Basic" authentication with the account name and account password, at least in the GNU Taler demo bank implementation. -.. http:get:: ${BANK_API_BASE_URL}/accounts/${account_name}/balance +.. http:get:: ${BANK_API_BASE_URL}/accounts/${account_name} Request the current balance of an account.