gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: corebank: note on account deletion r


From: gnunet
Subject: [taler-docs] branch master updated: corebank: note on account deletion rights.
Date: Mon, 02 Oct 2023 12:48:54 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 718fb95f corebank: note on account deletion rights.
718fb95f is described below

commit 718fb95f8aeafe18f3559d95e1572dc4f61e43a1
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 2 12:48:22 2023 +0200

    corebank: note on account deletion rights.
---
 core/api-corebank.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 937b3664..dc4498ce 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -184,15 +184,17 @@ Account Management
 .. http:delete:: /accounts/$USERNAME
 
   Delete the account whose username is ``$USERNAME``.  The deletion
-  succeeds only if the balance is *zero*.
+  succeeds only if the balance is *zero*.  Typically only available to
+  the administrator, but can be configured to allow ordinary users too.
 
   **Response:**
 
   :http:statuscode:`204 No content`:
     The account was successfully deleted.
   :http:statuscode:`403 Forbidden`:
-    The request specified a reserved internal username, like
-    ``admin`` or ``bank``.
+    Either the request specified a reserved internal username, like
+    ``admin`` or ``bank``, or the client didn't have the rights to this
+    call.
   :http:statuscode:`404 Not found`:
     The username was not found.
   :http:statuscode:`412 Precondition failed`:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]