diff --git a/openapi-spec.yaml b/openapi-spec.yaml index f079a66..2dca7d8 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -2,8 +2,9 @@ swagger: "2.0" info: title: Red Hat Event API - description: RHTE API v2.0 - An API that gives information about the Red Hat Event - version: 2.0.0 + description: Red Hat Event API v1.0 - An API that gives information about the Red + Hat Event + version: 1.0.0 paths: /location: get: @@ -21,22 +22,11 @@ paths: responses: 200: description: OK - /participants: - get: - summary: Get Participants - description: Get the participants of the next RedHat Event - operationId: GetParticipants - responses: - 200: - description: OK securityDefinitions: - oidc: - type: oauth2 - flow: accessCode - authorizationUrl: https://filled-later.dummy/auth - tokenUrl: https://filled-later.dummy/token - scopes: - openid: Get an OpenID Connect token + apikey: + type: apiKey + description: Use a 3scale API Key + name: api-key + in: header security: -- oidc: - - openid +- apikey: []