From c2fcc2f62747c2a35776841930ac3e0bc5f78fe4 Mon Sep 17 00:00:00 2001 From: alegarman2002 <116609314+alegarman2002@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:22:58 +0200 Subject: [PATCH] Fixed problem with one openapi identation --- gameservice/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gameservice/openapi.yaml b/gameservice/openapi.yaml index a0fb78c2..bb91bb3b 100644 --- a/gameservice/openapi.yaml +++ b/gameservice/openapi.yaml @@ -10,7 +10,7 @@ servers: description: Production server paths: /generateGameUnlimitedQuestions: - /get: + get: summary: Generate the id for the unlimited game questions. operationId: generateGameUnlimitedQuestions requestBody: @@ -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: @@ -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: