From dad69824774ee992cc4894b8d5fbd683ae9ccbfb Mon Sep 17 00:00:00 2001 From: Ethan Date: Wed, 27 Nov 2024 00:15:47 -0800 Subject: [PATCH] examples/v3.1/tictactoe fix security property name --- examples/v3.1/tictactoe.json | 2 +- examples/v3.1/tictactoe.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/v3.1/tictactoe.json b/examples/v3.1/tictactoe.json index 901b5ae..79f34cb 100644 --- a/examples/v3.1/tictactoe.json +++ b/examples/v3.1/tictactoe.json @@ -31,7 +31,7 @@ }, "security": [ { - "apiKey": [] + "defaultApiKey": [] }, { "app2AppOauth": ["board:read"] diff --git a/examples/v3.1/tictactoe.yaml b/examples/v3.1/tictactoe.yaml index 84047bd..3753791 100644 --- a/examples/v3.1/tictactoe.yaml +++ b/examples/v3.1/tictactoe.yaml @@ -24,7 +24,7 @@ paths: schema: $ref: '#/components/schemas/status' security: - - apiKey: [] + - defaultApiKey: [] - app2AppOauth: - board:read # Single square operations