From 632a0804610475b3e55578d5d6166ed3e8f6be13 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 28 May 2018 08:35:26 +0100 Subject: [PATCH] back to V1 --- openapi-spec.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index a9413e1..4f2a04c 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -3,7 +3,7 @@ swagger: 2.0 info: title: Summit API description: An API that gives information about the Red Hat Summit. - version: 1.1.0 + version: 1.0.0 paths: /location: get: @@ -21,14 +21,6 @@ paths: responses: 200: description: OK - /participants: - get: - summary: Get Participants - description: Get all bla bla bla - operationId: GetParticipants - responses: - 200: - description: OK securityDefinitions: apikey: type: apiKey