Set

Function

This API is used for Settings Login > RemoteAbilityStatus Parameters.

Request Message

Parameter Description

Table 1
ParameterRangeTypeDescription
channel_infoobjectFor details, see Table 2
Table 2
ParameterRangeTypeDescription
privacy_protectionboolPrivacy 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.