ch-password
Use the interface to modify password after logging in with old password.
HTTP Request
GET http://ip/mwapi?method=ch-password&pass=xxx&new-pass=xxx
Parameter | Description |
---|---|
method | ch-password |
pass | Shows MD5 encrypted old password. |
new-pass | Shows MD5 encrypted new password. |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |