diff --git a/examples/tictactoe.yaml b/examples/tictactoe.yaml index d27b80d..7f0e4fd 100644 --- a/examples/tictactoe.yaml +++ b/examples/tictactoe.yaml @@ -24,9 +24,9 @@ paths: schema: $ref: "#/components/schemas/status" security: - apiKey: [] - app2AppOauth: - - board:read + - apiKey: [] + - app2AppOauth: + - board:read # Single square operations /board/{row}/{column}: @@ -54,9 +54,9 @@ paths: $ref: "#/components/schemas/errorMessage" example: "Illegal coordinates" security: - bearerHttpAuthentication: [] - user2AppOauth: - - board:read + - bearerHttpAuthentication: [] + - user2AppOauth: + - board:read put: summary: Set a single board square description: Places a mark on the board and retrieves the whole board and the winner (if any). @@ -90,9 +90,9 @@ paths: invalidMark: value: "Invalid Mark (X or O)." security: - bearerHttpAuthentication: [] - user2AppOauth: - - board:write + - bearerHttpAuthentication: [] + - user2AppOauth: + - board:write components: parameters: