commit a8b23ded467f0bf079a89e4cddadbc2394c32bb1
parent 527b305e9fdf6d4bc47ca8cbaac75923f8e5392e
Author: Antoine A <>
Date: Wed, 1 Nov 2023 13:03:24 +0000
Fix bank spec
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -152,7 +152,6 @@ Account Management
// have a valid reserve public key are automatically
// - the account provides the taler-wire-gateway-api endpoints
// Defaults to false.
- // Only admin can set this property.
is_taler_exchange?: boolean;
// Addresses where to send the TAN for transactions.
@@ -195,8 +194,6 @@ Account Management
phone number or e-mail address.
:http:statuscode:`401 Unauthorized`:
Invalid credentials or missing rights.
- :http:statuscode:`403 Forbidden`:
- * A non-admin user tried to create an exchange account
:http:statuscode:`409 Conflict`:
* ``TALER_EC_BANK_REGISTER_USERNAME_REUSE`` : username already used.
* ``TALER_EC_BANK_REGISTER_PAYTO_URI_REUSE`` : payto URI already used.
@@ -255,7 +252,6 @@ Account Management
// If present, change the is_taler_exchange configuration.
// See `RegisterAccountRequest`
- // Only admin can change this property.
is_taler_exchange?: boolean;
// If present, change the max debit allowed for this user