gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 01/02: nexus: password change API


From: gnunet
Subject: [taler-docs] 01/02: nexus: password change API
Date: Tue, 26 Jan 2021 16:05:17 +0100

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

ms pushed a commit to branch master
in repository docs.

commit d71d21ec10f9bf32d6958468a6512f55e4db0d5b
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 26 16:01:20 2021 +0100

    nexus: password change API
---
 libeufin/api-nexus.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index ef1a3c0..437f51c 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -72,6 +72,19 @@ User Management
        password: string;
      }
 
+.. http:post:: {nexusBase}/users/password
+
+  Change password of a user.  The username is extracted from
+  the HTTP authentication parameters.
+
+  **Request:**
+
+  ..code-block:: ts
+
+  interface UserChangePassword {
+    newPassword: string; 
+  }
+
 .. http:post:: {nexusBase}/users
 
   Create a new user.  Only a superuser can call this API.

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