From d1cb92a3a8ce9f99f68056240674e2555bf0cb54 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 11 Oct 2018 10:58:50 +0200 Subject: [PATCH] V1.1 --- openapi-spec.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 5467a8d..3cf3731 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -1,9 +1,10 @@ --- -swagger: '2.0' +swagger: "2.0" 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.0.0 + description: Red Hat Event API v1.0 - An API that gives information about the Red + Hat Event + version: 1.1.0 paths: /location: get: @@ -21,6 +22,14 @@ paths: responses: 200: description: OK + /participants: + get: + summary: Get all participants + description: Get all the participants + operationId: GetParticipants + responses: + 200: + description: OK securityDefinitions: apikey: type: apiKey