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