From d695863e8e492e5fe00817e7d63bff570e436f97 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Wed, 14 Nov 2018 14:50:07 +1100 Subject: [PATCH] `s/status/statuses` update for documentation Updates the rate limit resource docs to use the correct status key name for `match.response`. --- website/docs/r/rate_limit.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/rate_limit.html.markdown b/website/docs/r/rate_limit.html.markdown index 00c44fe79d..72b627827e 100644 --- a/website/docs/r/rate_limit.html.markdown +++ b/website/docs/r/rate_limit.html.markdown @@ -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: