commit ae9e0df116ea2466cee1e38da82af8059d9e41e9
parent 1026efc8b13a510248fb7e3666f4c76e1153a30b
Author: Florian Dold <florian@dold.me>
Date: Tue, 5 Sep 2023 08:37:37 +0200
-minor doc fixes
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/core/api-libeufin-bank.rst b/core/api-libeufin-bank.rst
@@ -108,7 +108,7 @@ Account Management
// Password.
password: string;
- // Legal subject owning the account.
+ // Legal name of the account owner
name: string;
is_public: boolean;
@@ -326,7 +326,7 @@ Account Management
// Username
username: string;
- // Legal subject owning the account.
+ // Legal name of the account owner.
name: string;
// current balance of the account
@@ -338,11 +338,11 @@ Account Management
.. _libeufin-bank-account-info:
-.. http:get:: /accounts/$username
+.. http:get:: /accounts/$USERNAME
Obtains information relative to the account owned by
- ``$username``. The request is available to the administrator
- and ``$username`` itself.
+ ``$USERNAME``. The request is available to the administrator
+ and ``$USERNAME`` itself.
**Response:**
@@ -354,7 +354,7 @@ Account Management
.. ts:def:: AccountData
interface AccountData {
- // Legal subject owning the account.
+ // Legal name of the account owner.
name: string;
// Available balance on the account.