diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 2e81449..4193df2 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -1,9 +1,10 @@ --- -swagger: '2.0' +swagger: 2.0 info: title: RHTE API - description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange - version: 1.0.0 + description: RHTE API v1.0 - An API that gives information about the Red Hat Tech + Exchange + version: 1.1.0 paths: /location: get: @@ -21,6 +22,13 @@ paths: responses: 200: description: OK + /participants: + get: + summary: GetParticipants + description: Get all participants + responses: + 200: + description: OK securityDefinitions: apikey: type: apiKey