diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 847608a..696ef7f 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