|
|
@ -1,10 +1,10 @@ |
|
|
--- |
|
|
--- |
|
|
swagger: 2.0 |
|
|
swagger: "2.0" |
|
|
info: |
|
|
info: |
|
|
title: RHTE API with OpenID Connect |
|
|
title: RHTE API |
|
|
description: RHTE API v2.0 - An API that gives information about the Red Hat Tech |
|
|
description: RHTE API v1.0 - An API that gives information about the Red Hat Tech |
|
|
Exchange |
|
|
Exchange |
|
|
version: 2.0.0 |
|
|
version: 1.0.0 |
|
|
paths: |
|
|
paths: |
|
|
/location: |
|
|
/location: |
|
|
get: |
|
|
get: |
|
|
@ -22,22 +22,11 @@ paths: |
|
|
responses: |
|
|
responses: |
|
|
200: |
|
|
200: |
|
|
description: OK |
|
|
description: OK |
|
|
/participants: |
|
|
|
|
|
get: |
|
|
|
|
|
summary: Get Next RHTE Participants |
|
|
|
|
|
description: Get the participants of the next RedHat Tech Exchange |
|
|
|
|
|
operationId: GetParticipants |
|
|
|
|
|
responses: |
|
|
|
|
|
200: |
|
|
|
|
|
description: OK |
|
|
|
|
|
securityDefinitions: |
|
|
securityDefinitions: |
|
|
oidc: |
|
|
apikey: |
|
|
type: oauth2 |
|
|
type: apiKey |
|
|
flow: accessCode |
|
|
description: Use a 3scale API Key |
|
|
authorizationUrl: https://filled-later.dummy/auth |
|
|
name: api-key |
|
|
tokenUrl: https://filled-later.dummy/token |
|
|
in: header |
|
|
scopes: |
|
|
|
|
|
openid: Get an OpenID Connect token |
|
|
|
|
|
security: |
|
|
security: |
|
|
- oidc: |
|
|
- apikey: [] |
|
|
- openid |
|
|
|
|
|
|