From 7f738413d9a869c1f46cd5b657779dd4a9e3f73b Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 2 Oct 2018 13:54:32 +0200 Subject: [PATCH] back to v1 --- openapi-spec.yaml | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index e6e48aa..adbe950 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -1,10 +1,10 @@ --- swagger: "2.0" info: - title: RHTE API with OpenID Connect - description: RHTE API v2.0 - An API that gives information about the Red Hat Tech + title: RHTE API + description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange - version: 2.0.0 + version: 1.0.0 paths: /location: get: @@ -22,22 +22,11 @@ paths: responses: 200: description: OK - /participants: - get: - summary: Get Next RHTE Participants - description: Get the participants of the next RedHat Tech Exchange - operationId: GetParticipants - responses: - 200: - description: OK securityDefinitions: - oidc: - type: oauth2 - flow: accessCode - authorizationUrl: https://filled-later.dummy/auth - tokenUrl: https://filled-later.dummy/token - scopes: - openid: Get an OpenID Connect token + apikey: + type: apiKey + description: Use a 3scale API Key + name: api-key + in: header security: -- oidc: - - openid +- apikey: []