PUT
json
curl -X PUT "https://api.funnullv8.com/cc-filters/过滤器ID" -H "Content-Type:application/json" -H "api-key:xxxxxxx" -H "api-secret:xxxxxxx" --data '{"name":"a","des":"b","type":"req_rate","within_second":"5","max_req":"300","max_req_per_uri":"100","extra":{}}'
{
"code": 0,
"data": null,
"msg": "更新过滤器成功"
}