Change GUI Admin password
Change GUI admin password. Valid chars '0'..'9'
- Available only for AA-07BD
Query Parameters
- oldPassword string requiredPossible values: >= 4 charactersand<= 8 charactersThe old password for GUI admin login 
- newPassword string requiredPossible values: >= 4 charactersand<= 8 charactersThe new password for GUI admin login 
Responses
- 200
- 400
- 401
- 404
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"
}
Available only for AA-07BD
- text/plain
- Schema
Schema
- string
Loading...