commit 54145e3fc60f1fa84130f561e6bec8eb841971f2
parent 8cecb7f9c0c9d7324fee7f512f5311eca6e30d52
Author: Antoine A <>
Date: Wed, 6 Dec 2023 13:56:14 +0000
Update corebank API
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -101,7 +101,7 @@ Config
allow_edit_name: boolean;
// If 'true' anyone can edit their cashout account
- // If 'false' only the admin
+ // If 'false' only admin can
allow_edit_cashout_payto_uri: boolean;
// Default debt limit for newly created accounts
@@ -143,11 +143,11 @@ Account Management
// Legal name of the account owner
name: string;
- // Is this account visible to anyone?
+ // Make this account visible to anyone?
// Defaults to false.
is_public?: boolean;
- // Is this a taler exchange account?
+ // Make this account a taler exchange account?
// If true:
// - incoming transactions to the account that do not
// have a valid reserve public key are automatically
@@ -270,7 +270,7 @@ Account Management
// Only admin can change this property if not allowed in config
name?: string;
- // Is this account visible to anyone?
+ // Make this account visible to anyone?
is_public?: boolean;
// If present, change the max debit allowed for this user