From bc42a6cce8005841532a91d40e17ae947e7b47cd Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:51:02 -0500 Subject: [PATCH] docs/policies: update denied_parameters description (#18366) --- website/content/docs/concepts/policies.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/concepts/policies.mdx b/website/content/docs/concepts/policies.mdx index b0b462a532..0c05d7647f 100644 --- a/website/content/docs/concepts/policies.mdx +++ b/website/content/docs/concepts/policies.mdx @@ -442,8 +442,8 @@ constrain requests, using the following options: } ``` -- `denied_parameters` - Blacklists a list of parameter and values. Any values - specified here take precedence over `allowed_parameters`. +- `denied_parameters` - A list of keys and values that are not permitted on the given + path. Any values specified here take precedence over `allowed_parameters`. - Setting a parameter with a value of the empty list denies any changes to that parameter.