Set
Function
This API is used for Settings Login > RemoteAbilityStatus Parameters.
Request Message
Parameter Description
Table 1
Parameter | Range | Type | Description |
---|---|---|---|
channel_info | object | For details, see Table 2 |
Table 2
Parameter | Range | Type | Description |
---|---|---|---|
privacy_protection | bool | Privacy mode |
Sample:
POST /API/Login/RemoteAbilityStatus/Set HTTP/1.1
{
"data": {
"channel_info": {
"CH1": {
"privacy_protection": false
}
}
},
"version": "1.0"
}
Response Message
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {}
}
Error Code
See Response Messages Body and Common error_code for more information.