From f74372d5e7f49960e15cf893a922e331421ffb10 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 8 Jan 2019 11:20:00 +0100 Subject: [PATCH] V1.1 --- openapi-spec.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 2dca7d8..dc0334a 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.0.0 + version: 1.1.0 paths: /location: get: @@ -22,6 +22,13 @@ paths: responses: 200: description: OK + /participants: + get: + summary: Get all participants + operationId: GetParticipants + responses: + 200: + description: OK securityDefinitions: apikey: type: apiKey