commit 5aa77bded4d911d6478ed24cc80a530b4b383855
parent a06b8b6388aecf50de12ec9325be79388075b8b4
Author: Antoine A <>
Date: Wed, 21 May 2025 18:01:32 +0200
corebank: update API
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -290,6 +290,7 @@ Account Management
interface RegisterAccountRequest {
// Username of the account
+ // Must match [a-zA-Z0-9\-\._~]{1, 126}
username: string;
// Password of the account used for authentication