From 4f593c06f52ad9c1cb0e5d2b0fe96a9c5e702cc1 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 23 May 2018 18:54:07 +0100 Subject: [PATCH] V1.1 --- openapi-spec.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 4f2a04c..a9413e1 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -3,7 +3,7 @@ swagger: 2.0 info: title: Summit API description: An API that gives information about the Red Hat Summit. - version: 1.0.0 + version: 1.1.0 paths: /location: get: @@ -21,6 +21,14 @@ paths: responses: 200: description: OK + /participants: + get: + summary: Get Participants + description: Get all bla bla bla + operationId: GetParticipants + responses: + 200: + description: OK securityDefinitions: apikey: type: apiKey