rule_template
更新自定义规则
update custom rule
patch/v1/custom_rules/{rule_id}
Path parameters
rule_idstring required
rule id
Request body
Example request
{
"annotation": "this is test rule",
"desc": "this is test rule",
"level": "notice",
"type": "DDL规则"
}Response
OK