set-app-settings
Use the interface to configure whether user can change settings using app.
HTTP Request
GET http://ip/usapi?method=set-app-settings&is-settings=0
Parameter | Description |
---|---|
method | set-app-settings |
is-settings | Indicates whether user can change settings using app. 0 indicates it is disabled. 1 indicates user can change settings using app. |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |