From d71d21ec10f9bf32d6958468a6512f55e4db0d5b Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 26 Jan 2021 16:01:20 +0100 Subject: nexus: password change API --- libeufin/api-nexus.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libeufin') diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index ef1a3c00..437f51cd 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. -- cgit v1.2.3