Browse Source

back to v1

master
Nicolas Massé 7 years ago
parent
commit
ac8add8197
  1. 28
      openapi-spec.yaml

28
openapi-spec.yaml

@ -2,8 +2,9 @@
swagger: "2.0" swagger: "2.0"
info: info:
title: Red Hat Event API title: Red Hat Event API
description: RHTE API v2.0 - An API that gives information about the Red Hat Event description: Red Hat Event API v1.0 - An API that gives information about the Red
version: 2.0.0 Hat Event
version: 1.0.0
paths: paths:
/location: /location:
get: get:
@ -21,22 +22,11 @@ paths:
responses: responses:
200: 200:
description: OK description: OK
/participants:
get:
summary: Get Participants
description: Get the participants of the next RedHat Event
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…
Cancel
Save