Change web interface Admin password
Change web interface Admin password. Valid chars 0x20..0x7E
Query Parameters
- oldPassword string required
Possible values:
non-empty
and<= 32 characters
, Value must match regular expressionValid chars from 0x20 to 0x7E
The old password for web admin login in clear text
- newPassword string required
Possible values:
non-empty
and<= 32 characters
, Value must match regular expressionValid chars from 0x20 to 0x7E
The new password for web admin login in clear text
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...