[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: -minor doc fixes
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: -minor doc fixes |
Date: |
Tue, 05 Sep 2023 08:37:43 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new ae9e0df1 -minor doc fixes
ae9e0df1 is described below
commit ae9e0df116ea2466cee1e38da82af8059d9e41e9
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Sep 5 08:37:37 2023 +0200
-minor doc fixes
---
core/api-libeufin-bank.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/core/api-libeufin-bank.rst b/core/api-libeufin-bank.rst
index b9a4356d..ed7fbb40 100644
--- 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.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: -minor doc fixes,
gnunet <=