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