commit a8f84a22063c98e15668a5a5c9c582bbdcdd5cef parent a507061873a85fe9765f1495c33ac42d065568df Author: Antoine A <> Date: Sat, 2 Dec 2023 16:01:38 +0000 Update corebank API Diffstat:
| M | core/api-corebank.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -89,8 +89,8 @@ Config // If 'false' only the admin can delete accounts allow_deletions: boolean; - // Default debt limit for newly created accounts - default_debt_limit: Amount; + // Default debt limit for newly created accounts + default_debit_threshold: Amount; // Currency used by this bank. currency: string;