We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed44103 commit 184638dCopy full SHA for 184638d
crowdsec-docs/docs/appsec/rules_examples.md
@@ -528,7 +528,7 @@ Disable specific rules using their unique ID during request processing.
528
pre_eval:
529
- filter: req.URL.Path == "/api/upload" && req.Method == "POST"
530
apply:
531
- - RemoveInBandRuleByID('rule_id_123')
+ - RemoveInBandRuleByID(123)
532
```
533
534
#### Use Case
0 commit comments