PUT
json
curl -X PUT "https://api.funnullv8.com/cc-rules/规则组ID" -H "Content-Type:application/json" -H "api-key:xxxxxxx" -H "api-secret:xxxxxxx" --data '{"name":"测试","des":"","data":[],"sort":"100","is_show":true}'
{
"code": 0,
"data": null,
"msg": "更新规则组成功"
}