latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

auth-controller

Reset password (resetPassword)

Checks the password reset token and updates the password. If token is not valid, returns '400 Bad Request'.

post/api/noauth/resetPassword

Request body

resetTokenstring

The reset token to verify

passwordstring

The new password to set

Example request

{
  "resetToken": "AAB254FF67D..",
  "password": "secret"
}

Response

OK