From 247f81c210c5949fff67aad2a321ee37c05e8d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 5 Sep 2018 15:20:10 +0200 Subject: [PATCH] back to v1 --- openapi-spec.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 4193df2..2e81449 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -1,10 +1,9 @@ --- -swagger: 2.0 +swagger: '2.0' info: title: RHTE API - description: RHTE API v1.0 - An API that gives information about the Red Hat Tech - Exchange - version: 1.1.0 + description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange + version: 1.0.0 paths: /location: get: @@ -22,13 +21,6 @@ paths: responses: 200: description: OK - /participants: - get: - summary: GetParticipants - description: Get all participants - responses: - 200: - description: OK securityDefinitions: apikey: type: apiKey