From 93637dd40eea6f8a36a99d00bd5ee5081932656b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 4 Sep 2018 12:11:18 +0200 Subject: [PATCH] test upgrade to v1.1 --- openapi-spec.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index a625da3..f703219 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -3,7 +3,7 @@ swagger: 2.0 info: title: RHTE API description: An API that gives information about the Red Hat Tech Exchange. - version: 1.0.0 + version: 1.1.0 paths: /location: get: @@ -21,6 +21,14 @@ paths: responses: 200: description: OK + /participants: + get: + summary: Get Next RHTE Participants + description: Get the participants of the next RedHat Tech Exchange + operationId: GetParticipants + responses: + 200: + description: OK securityDefinitions: apikey: type: apiKey