gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: documenting #7521


From: gnunet
Subject: [taler-docs] branch master updated: documenting #7521
Date: Wed, 08 Feb 2023 14:33:50 +0100

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 76aca03  documenting #7521
76aca03 is described below

commit 76aca030d385c1f59824a0bc34af9c5a512ca2f0
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 8 14:33:46 2023 +0100

    documenting #7521
---
 libeufin/api-sandbox.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index ea87cb8..c9b9561 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -131,6 +131,11 @@ Accounts
    Allows the administrator and the user to reconfigure
    the account data of ``$username``.
 
+   .. note::
+     
+     Only the administrator has the rights to change the
+     user legal name.
+
    **Request:**
 
    .. ts:def:: CircuitAccountReconfiguration
@@ -145,6 +150,10 @@ Accounts
        // wants to convert the local currency back
        // to fiat.
        cashout_address: string;
+
+       // Legal name associated with $username.  NOTE:
+       // only the administrator can change this value.
+       name?: string;
      }
 
    **Response:**
@@ -152,6 +161,13 @@ Accounts
    :http:statuscode:`204 No content`:
      Operation successful.
 
+   :http:statuscode:`403 Forbidden`:
+     The rights to change ``$username`` are not sufficient.
+     That includes the case where a correctly authenticated
+     user tries to change their legal name.  It also
+     includes the case where 'admin' tries to change its
+     own account.
+
    :http:statuscode:`404 Not found`:
      The account pointed by ``$username``
      was not found.

-- 
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]