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: info:
title: Summit API title: Summit API
description: An API that gives information about the Red Hat Summit. description: An API that gives information about the Red Hat Summit.
version: 1.1.0 version: 2.0.0
paths: paths:
/location: /location:
get: get:
@ -23,17 +23,18 @@ paths:
description: OK description: OK
/participants: /participants:
get: get:
summary: Get Participants summary: Get all participants
description: 'Get all participants of the next Red Hat Summit. ' description: Get a list of all participants
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 scopes:
in: header openid: Get an OpenID Connect token
security: security:
- apikey: [] - oidc:
- openid

Loading…
Cancel
Save