rule_template

更新项目规则模板

update rule template in project

patch/v1/projects/{project_name}/rule_templates/{rule_template_name}/

Path parameters

project_namestring required

project name

rule_template_namestring required

rule template name

Request body

descstring

Example request

{
  "rule_list": [
    {
      "level": "error",
      "name": "ddl_check_index_count"
    }
  ]
}

Response

OK

Changes

No recorded changes to this endpoint across all 55 revisions of this API.