Browse Source

api v1

master
Nicolas Massé 8 years ago
parent
commit
039a483441
  1. 15
      openapi-spec.yaml

15
openapi-spec.yaml

@ -3,22 +3,21 @@ 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:
summary: Get Next RH Summit Location summary: Get Next RH Summit Location
description: 'Get the location of the next RedHat Summit ' description: 'Get the location of the next RedHat Summit '
operationId: GetLocation operationId: GetLocation
x-threescale-smoketests-operation: true
responses: responses:
200: 200:
description: OK description: OK
security: security:
- oidc: - apikey: []
- openid
securityDefinitions: securityDefinitions:
oidc: apikey:
type: oauth2 name: api-key
flow: accessCode in: header
scopes: type: apiKey
openid: Get an OpenID Connect token

Loading…
Cancel
Save