diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 37ff126..79b0abf 100644 --- a/openapi-spec.yaml +++ b/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.0.0 + version: 2.0.0 paths: /location: get: @@ -15,9 +15,11 @@ paths: 200: description: OK security: -- apikey: [] +- oidc: + - openid securityDefinitions: - apikey: - name: api-key - in: header - type: apiKey + oidc: + type: oauth2 + flow: accessCode + scopes: + openid: Get an OpenID Connect token