Skip to content

Commit e64346a

Browse files
hularunspgjones
authored andcommitted
Fix typo in security scheme parameter name
The key for the location is now `in_`
1 parent af135c7 commit e64346a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how_to_guides/security_schemes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ passed as a querry arg called ``appID``:
1515
app,
1616
security=[{"app_id": []}],
1717
security_schemes={
18-
"app_id": {"type": "apiKey", "name": "appID", "in": "query"}
18+
"app_id": {"type": "apiKey", "name": "appID", "in_": "query"}
1919
},
2020
)
2121

0 commit comments

Comments
 (0)