Nicolas Massé 7 years ago
parent
commit
48d036941d
  1. 25
      openapi-spec.yaml

25
openapi-spec.yaml

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

Loading…
Cancel
Save