v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
auth

Create new user password

Create new user password

post/api/auth/password

Request body

currentPasswordstring
newPasswordstring

Example request

{
  "currentPassword": "password1234",
  "newPassword": "Password must be at least 6 character long, containing at least 1 digit, 1 lower and upper case character."
}

Response

New password saved successfully

Example response

{
  "status": {
    "code": 20000
  }
}