Nicolas Massé 8 years ago
parent
commit
f05d85ed6b
  1. 19
      openapi-spec.yaml

19
openapi-spec.yaml

@ -3,7 +3,7 @@ swagger: 2.0
info:
title: Summit API
description: An API that gives information about the Red Hat Summit.
version: 1.1.0
version: 2.0.0
paths:
/location:
get:
@ -23,17 +23,18 @@ paths:
description: OK
/participants:
get:
summary: Get Participants
description: 'Get all participants of the next Red Hat Summit. '
summary: Get all participants
description: Get a list of all participants
operationId: GetParticipants
responses:
200:
description: OK
securityDefinitions:
apikey:
type: apiKey
description: Use a 3scale API Key
name: api-key
in: header
oidc:
type: oauth2
flow: accessCode
scopes:
openid: Get an OpenID Connect token
security:
- apikey: []
- oidc:
- openid

Loading…
Cancel
Save