commit a507061873a85fe9765f1495c33ac42d065568df
parent d0019033848e2b326ad6be44217dfb58ec406b65
Author: Antoine A <>
Date: Sat, 2 Dec 2023 16:00:22 +0000
Update corebank API
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -88,6 +88,9 @@ Config
// If 'true' account can delete themselves
// If 'false' only the admin can delete accounts
allow_deletions: boolean;
+
+ // Default debt limit for newly created accounts
+ default_debt_limit: Amount;
// Currency used by this bank.
currency: string;
@@ -158,7 +161,6 @@ Account Management
.. ts:def:: ChallengeContactData
interface ChallengeContactData {
-
// E-Mail address
email?: EmailAddress;