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
The old password for web admin login in clear text
- newPassword string required
Possible values:
non-empty
and<= 32 characters
The new password for web admin login in clear text
Responses
- 200
- 400
- 401
OK
- Wrong parameter
- Wrong password
- Required parameter is missed
- application/json
- Schema
- Example (from schema)
- Wrong parameter
- Wrong password
- Missed parameter
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
{
"error": "Wrong parameter"
}
{
"error": "Wrong password"
}
{
"error": "Required parameter is missed"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...