Nicolas Massé 7 years ago
parent
commit
790e8cf15a
  1. 23
      openapi-spec.yaml

23
openapi-spec.yaml

@ -2,9 +2,8 @@
swagger: "2.0" swagger: "2.0"
info: info:
title: Red Hat Event API title: Red Hat Event API
description: Red Hat Event API v1.0 - An API that gives information about the Red description: RHTE API v2.0 - An API that gives information about the Red Hat Event
Hat Event version: 2.0.0
version: 1.1.0
paths: paths:
/location: /location:
get: get:
@ -24,16 +23,20 @@ paths:
description: OK description: OK
/participants: /participants:
get: get:
summary: Get all participants summary: Get Participants
description: Get the participants of the next RedHat Event
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