From 9ae67802f138632340e7137b916c3fe061d92938 Mon Sep 17 00:00:00 2001 From: Marcos Barril Villaverde Date: Fri, 3 May 2024 00:54:45 +0200 Subject: [PATCH] Fixed misspeeling in file data --- apisgatewayservice/openapi.yaml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/apisgatewayservice/openapi.yaml b/apisgatewayservice/openapi.yaml index 5eb5f710..b6e54262 100644 --- a/apisgatewayservice/openapi.yaml +++ b/apisgatewayservice/openapi.yaml @@ -1,38 +1,8 @@ openapi: 3.0.0 info: - title: Sample API + title: Api's Gateway Open Api information version: 1.0.0 paths: - /users: - get: - summary: Get users - responses: - '200': - description: Successful response - content: - application/json: - schema: - type: array - items: - type: object - properties: - username: - type: string - description: User ID - example: student - createdAt: - type: string - description: Creation date. - example: '2024-03-17T20:47:23.935Z' - '500': - description: Internal server error - content: - application/json: - schema: - type: object - properties: - error: - type: string /history/questions: get: summary: Get history questions