Skip to content

Commit

Permalink
Fixed problem with one openapi identation
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Apr 10, 2024
1 parent 07cc011 commit c2fcc2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gameservice/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ servers:
description: Production server
paths:
/generateGameUnlimitedQuestions:
/get:
get:
summary: Generate the id for the unlimited game questions.
operationId: generateGameUnlimitedQuestions
requestBody:
Expand Down Expand Up @@ -42,7 +42,7 @@ paths:
description: Error information.
example: Internal Server Error
/gameUnlimitedQuestion:
/get:
get:
summary: Generate questions for the unlimited game questions.
operationId: gameUnlimitedQuestions
requestBody:
Expand Down Expand Up @@ -86,7 +86,7 @@ paths:
description: Error information.
example: Internal Server Error
/storeGame:
/post:
post:
summary: Stores the actual game in the database.
operationId: storeGame
requestBody:
Expand Down

0 comments on commit c2fcc2f

Please sign in to comment.