Skip to content

Commit 9b4a052

Browse files
authored
Merge pull request #116 from notEthan/tictactoe-security
examples/v3.1/tictactoe fix security property name
2 parents e0ce954 + dad6982 commit 9b4a052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/v3.1/tictactoe.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"security": [
3333
{
34-
"apiKey": []
34+
"defaultApiKey": []
3535
},
3636
{
3737
"app2AppOauth": ["board:read"]

examples/v3.1/tictactoe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ paths:
2424
schema:
2525
$ref: '#/components/schemas/status'
2626
security:
27-
- apiKey: []
27+
- defaultApiKey: []
2828
- app2AppOauth:
2929
- board:read
3030
# Single square operations

0 commit comments

Comments
 (0)