Change GUI Admin password
Change GUI admin password. Valid chars 0x20..0x7E
Query Parameters
- oldPassword string requiredPossible values: non-emptyand<= 32 charactersThe old password for GUI admin login 
- newPassword string requiredPossible values: non-emptyand<= 32 charactersThe new password for GUI admin login 
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": "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": "Log In"
}
{
  "error": "Log In"
}
Loading...