Change GUI Admin password
Change GUI admin password. Valid chars '0'..'9'
- Available only for AA-07BD
Query Parameters
- oldPassword string required
Possible values:
>= 4 characters
and<= 8 characters
The old password for GUI admin login
- newPassword string required
Possible values:
>= 4 characters
and<= 8 characters
The 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 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...