Skip to content

Commit 184638d

Browse files
committed
relevant example
1 parent ed44103 commit 184638d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdsec-docs/docs/appsec/rules_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Disable specific rules using their unique ID during request processing.
528528
pre_eval:
529529
- filter: req.URL.Path == "/api/upload" && req.Method == "POST"
530530
apply:
531-
- RemoveInBandRuleByID('rule_id_123')
531+
- RemoveInBandRuleByID(123)
532532
```
533533
534534
#### Use Case

0 commit comments

Comments
 (0)