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 1d8e4b9 commit dad6982Copy full SHA for dad6982
examples/v3.1/tictactoe.json
@@ -31,7 +31,7 @@
31
},
32
"security": [
33
{
34
- "apiKey": []
+ "defaultApiKey": []
35
36
37
"app2AppOauth": ["board:read"]
examples/v3.1/tictactoe.yaml
@@ -24,7 +24,7 @@ paths:
24
schema:
25
$ref: '#/components/schemas/status'
26
security:
27
- - apiKey: []
+ - defaultApiKey: []
28
- app2AppOauth:
29
- board:read
30
# Single square operations
0 commit comments