user

Update the password of the current user.

Requires elevated authentication.

post/current/user/password

Request body

passstring required

The user password. For login.

Example request

{
  "pass": "nrocinu"
}

Response

Ok

Changes