本文档为大众产品接口文档 如需不明确请及时联系客服处理!
{
"enable": true,
"match_domains": "string",
"match_type": "string",
"match_value": "string",
"mode": 0,
"no_block_referer": true,
"return_code": 0
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/client/site_config/block_referer_update?site_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable": true,
"match_domains": "string",
"match_type": "string",
"match_value": "string",
"mode": 0,
"no_block_referer": true,
"return_code": 0
}'{
"code": 0,
"data": {
"enable": true,
"match_domains": "string",
"match_type": "string",
"match_value": "string",
"mode": 0,
"no_block_referer": true,
"return_code": 0
},
"message": "string"
}