Skip to content

Commit dad6982

Browse files
committed
examples/v3.1/tictactoe fix security property name
1 parent 1d8e4b9 commit dad6982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/v3.1/tictactoe.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)