We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f22b6a commit 742268fCopy full SHA for 742268f
openapi_core/validation/request/models.py
@@ -6,7 +6,7 @@
6
7
class RequestParameters(dict):
8
9
- valid_locations = ['path', 'query', 'headers', 'cookies']
+ valid_locations = ['path', 'query', 'header', 'cookie']
10
11
def __getitem__(self, location):
12
self.validate_location(location)
0 commit comments