Change GUI Admin password
Change GUI Admin password.
- Only numeric characters are valid
- The minimum length is 1 character, the maximum is 10
Query Parameters
- oldPassword string required
Possible values:
non-empty
and<= 10 characters
, Value must match regular expressiononly numeric characters are valid
The old password for GUI admin login
- newPassword string required
Possible values:
non-empty
and<= 10 characters
, Value must match regular expressiononly numeric characters are valid
The new password for GUI admin login
Responses
- 200
- 400
- 401
OK
- Wrong/Missing parameter
- Wrong password
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Wrong login or password"
}
Please log in
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Log In"
}
Loading...