We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0ce954 + dad6982 commit 9b4a052Copy full SHA for 9b4a052
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