docs/policies: update denied_parameters description (#18366)

This commit is contained in:
Jason O'Donnell 2022-12-14 11:51:02 -05:00 committed by GitHub
parent 58e9f4fcb6
commit bc42a6cce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.