From c51110d8218a322e44131a665d92018361ee8ce2 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 11 Feb 2019 16:03:15 +0100 Subject: [PATCH] back to v1 --- openapi-spec.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index dc0334a..2dca7d8 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -4,7 +4,7 @@ info: title: Red Hat Event API description: Red Hat Event API v1.0 - An API that gives information about the Red Hat Event - version: 1.1.0 + version: 1.0.0 paths: /location: get: @@ -22,13 +22,6 @@ paths: responses: 200: description: OK - /participants: - get: - summary: Get all participants - operationId: GetParticipants - responses: - 200: - description: OK securityDefinitions: apikey: type: apiKey