7 changed files with 58 additions and 70 deletions
@ -1,43 +1,31 @@ |
|||
--- |
|||
swagger: "2.0" |
|||
swagger: '2.0' |
|||
info: |
|||
title: RHTE API with OpenID Connect |
|||
description: RHTE API v2.0 - An API that gives information about the Red Hat Tech |
|||
Exchange |
|||
version: 2.0.0 |
|||
title: Red Hat Event API |
|||
description: Red Hat Event API v1.0 - An API that gives information about the Red Hat Event |
|||
version: 1.0.0 |
|||
paths: |
|||
/location: |
|||
get: |
|||
summary: Get Next RHTE Location |
|||
description: Get the location of the next RedHat Tech Exchange |
|||
summary: Get Location |
|||
description: Get the location of the next RedHat Event |
|||
operationId: GetLocation |
|||
responses: |
|||
200: |
|||
description: OK |
|||
/timeframe: |
|||
get: |
|||
summary: Get Next RHTE Timeframe |
|||
description: Get the timeframe of the next RedHat Tech Exchange |
|||
summary: Get Timeframe |
|||
description: Get the timeframe of the next RedHat Event |
|||
operationId: GetTimeframe |
|||
responses: |
|||
200: |
|||
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: |
|||
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: [] |
|||
|
|||
Loading…
Reference in new issue