[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated (b35bb74 -> 268da21)
From: |
gnunet |
Subject: |
[taler-docs] branch master updated (b35bb74 -> 268da21) |
Date: |
Tue, 26 Jan 2021 16:05:16 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a change to branch master
in repository docs.
from b35bb74 add Ubuntu instructions for merchant
new d71d21e nexus: password change API
new 268da21 fix rendering
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libeufin/api-nexus.rst | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index ef1a3c0..0e122c4 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.
- [taler-docs] branch master updated (b35bb74 -> 268da21),
gnunet <=