Browse Source

back to v1

master
Nicolas Massé 8 years ago
parent
commit
5b2a70dcac
  1. 23
      openapi-spec.yaml

23
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: 2.0.0 version: 1.0.0
paths: paths:
/location: /location:
get: get:
@ -21,20 +21,11 @@ paths:
responses: responses:
200: 200:
description: OK description: OK
/participants:
get:
summary: Get all participants
description: Get a list of all participants
operationId: GetParticipants
responses:
200:
description: OK
securityDefinitions: securityDefinitions:
oidc: apikey:
type: oauth2 type: apiKey
flow: accessCode description: Use a 3scale API Key
scopes: name: api-key
openid: Get an OpenID Connect token in: header
security: security:
- oidc: - apikey: []
- openid

Loading…
Cancel
Save