@ -3,7 +3,7 @@ swagger: 2.0
info:
title: Summit API
description: An API that gives information about the Red Hat Summit.
version: 1.0.0
version: 2.0.0
paths:
/location:
get:
@ -15,9 +15,11 @@ paths:
200:
description: OK
security:
- apikey: []
- oidc:
- openid
securityDefinitions:
apikey:
oidc:
name: api-key
type: oauth2
in: header
flow: accessCode
type: apiKey
scopes:
openid: Get an OpenID Connect token