From 785ff7b3ab9dfd7225d6a9773472891af0e27911 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 2 Oct 2018 11:08:20 +0200 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 adbe950..95451fd 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -4,7 +4,7 @@ info: title: RHTE API description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange - version: 1.0.0 + version: 1.1.0 paths: /location: get: @@ -22,6 +22,14 @@ paths: responses: 200: description: OK + /participants: + get: + summary: Get Participants + description: Get all participants + operationId: GetParticipants + responses: + 200: + description: OK securityDefinitions: apikey: type: apiKey