Change web interface Admin password
Change web interface Admin password. Valid chars 0x20..0x7E
Query Parameters
- oldPassword string requiredPossible values: non-emptyand<= 32 charactersThe old password for web admin login in clear text 
- newPassword string requiredPossible values: non-emptyand<= 32 charactersThe 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 stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong parameter"
}
{
  "error": "Wrong password"
}
{
  "error": "Required parameter is missed"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...