部分API文档

This commit is contained in:
GoEdgeLab
2024-03-18 09:29:54 +08:00
parent 1830041dea
commit 2b1349fd2a

View File

@@ -4,7 +4,9 @@
{ {
"isPrior": "是否覆盖上级配置", "isPrior": "是否覆盖上级配置",
"isOn": "是否启用配置", "isOn": "是否启用配置",
"firewallPolicyId": "WAF策略ID" "firewallPolicyId": "WAF策略ID",
"ignoreGlobalRules": "是否忽略系统定义的全局规则",
"defaultCaptchaType": "默认人机识别方式可以选none不设置、default默认、oneClick单击验证、slide滑动解锁、geetest极验"
} }
~~~ ~~~
@@ -13,6 +15,8 @@
{ {
"isPrior": true, "isPrior": true,
"isOn": true, "isOn": true,
"firewallPolicyId": 123 "firewallPolicyId": 123,
"ignoreGlobalRules": false,
"defaultCaptchaType": "none"
} }
~~~ ~~~