Skip to content

Commit 5694f60

Browse files
committed
fixes
1 parent 779609b commit 5694f60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/configuration-guides/endpoint-related-response.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Endpoint-Related Response Actions
22

3-
You can configure [validation modes](../installation-guides/docker-container.md#apifw-req-val) (`RequestValidation`, `ResponseValidation`, ModSecurity → `RequestValidation`, ModSecurity → `ResponseValidation`) for each endpoint separately. If not set for the endpoint specifically, global value is used.
3+
You can configure [validation modes](../installation-guides/docker-container.md#apifw-req-val) (`RequestValidation`, `ResponseValidation`) for each endpoint separately. If not set for the endpoint specifically, global value is used.
44

55
!!! info "Example of `apifw.yaml`"
66
```yaml
@@ -15,9 +15,6 @@ You can configure [validation modes](../installation-guides/docker-container.md#
1515
- Path: "/test/endpoint1"
1616
RequestValidation: "LOG_ONLY"
1717
ResponseValidation: "LOG_ONLY"
18-
ModSecurity:
19-
RequestValidation: "BLOCK"
20-
ResponseValidation: "BLOCK"
2118
- Path: "/test/endpoint1/{internal_id}"
2219
Method: "get"
2320
RequestValidation: "LOG_ONLY"

0 commit comments

Comments
 (0)