Skip to content

Commit bf27de2

Browse files
fallthrough field update (#29489)
1 parent 470e63d commit bf27de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/api-shield/security/schema-validation

src/content/docs/api-shield/security/schema-validation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ To set up a fallthrough action:
192192
{/* prettier-ignore-end */}
193193

194194
:::note
195-
You can use the `cf.api_gateway.fallthrough_triggered` syntax in your own custom rule for a more customized logic check. This detection will evaluate as `true` when a request does not match an endpoint in Endpoint Management, so it is important to check against your API's hostname or root path to ensure that you are not blocking any non-API traffic on your zone.
195+
You can use the `cf.api_gateway.fallthrough_detected` field in your own custom rule for a more customized logic check. This field evaluates as `true` when a request does not match an endpoint in Endpoint Management. Check against your API hostname or root path to ensure that you are not blocking non-API traffic on your zone.
196196
:::
197197

198198
### Change the action of an entire schema

0 commit comments

Comments
 (0)