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