Skip to content

Commit

Permalink
s/status/statuses update for documentation (#152)
Browse files Browse the repository at this point in the history
Updates the rate limit resource docs to use the correct status key name
for `match.response`.
  • Loading branch information
jacobbednarz authored and patryk committed Nov 14, 2018
1 parent 9cb1668 commit 2a072ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/rate_limit.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The **match.request** block supports:

The **match.response** block supports:

* `status` - (Optional) HTTP Status codes, can be one [403], many [401,403] or indicate all by not providing this value.
* `statuses` - (Optional) HTTP Status codes, can be one [403], many [401,403] or indicate all by not providing this value.
* `origin_traffic` - (Optional) Only count traffic that has come from your origin servers. If true, cached items that Cloudflare serve will not count towards rate limiting. Default: `true`.

The **action** block supports:
Expand Down

0 comments on commit 2a072ea

Please sign in to comment.