From 25daa82b4ccffd745eb6f6008992398a36a699b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 4 Sep 2018 12:22:26 +0200 Subject: [PATCH] update specs --- backup/openapi-spec-v1.0.yaml | 4 ++-- backup/openapi-spec-v1.1.yaml | 4 ++-- backup/openapi-spec-v2.0.yaml | 4 ++-- openapi-spec.yaml | 14 +++----------- 4 files changed, 9 insertions(+), 17 deletions(-) diff --git a/backup/openapi-spec-v1.0.yaml b/backup/openapi-spec-v1.0.yaml index 409edc1..2e81449 100644 --- a/backup/openapi-spec-v1.0.yaml +++ b/backup/openapi-spec-v1.0.yaml @@ -1,8 +1,8 @@ --- swagger: '2.0' info: - title: RHTE API v1.0 - description: An API that gives information about the Red Hat Tech Exchange. + title: RHTE API + description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange version: 1.0.0 paths: /location: diff --git a/backup/openapi-spec-v1.1.yaml b/backup/openapi-spec-v1.1.yaml index f7472d0..abe9a0b 100644 --- a/backup/openapi-spec-v1.1.yaml +++ b/backup/openapi-spec-v1.1.yaml @@ -1,8 +1,8 @@ --- swagger: '2.0' info: - title: RHTE API v1.1 - description: An API that gives information about the Red Hat Tech Exchange. + title: RHTE API + description: RHTE API v1.1 - An API that gives information about the Red Hat Tech Exchange version: 1.1.0 paths: /location: diff --git a/backup/openapi-spec-v2.0.yaml b/backup/openapi-spec-v2.0.yaml index 4bce2d5..a7327e5 100644 --- a/backup/openapi-spec-v2.0.yaml +++ b/backup/openapi-spec-v2.0.yaml @@ -1,8 +1,8 @@ --- swagger: '2.0' info: - title: RHTE API v2.0 - description: An API that gives information about the Red Hat Tech Exchange. + title: RHTE API with OpenID Connect + description: RHTE API v2.0 - An API that gives information about the Red Hat Tech Exchange version: 2.0.0 paths: /location: diff --git a/openapi-spec.yaml b/openapi-spec.yaml index f703219..2e81449 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -1,9 +1,9 @@ --- -swagger: 2.0 +swagger: '2.0' info: title: RHTE API - description: An API that gives information about the Red Hat Tech Exchange. - version: 1.1.0 + description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange + version: 1.0.0 paths: /location: get: @@ -21,14 +21,6 @@ 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: apikey: type: apiKey