From 2c453666cf726b8bfc85beb1884afda224d0188d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 4 Sep 2018 12:15:37 +0200 Subject: [PATCH] add the version in the title for import in apicurio --- backup/openapi-spec-v1.0.yaml | 4 ++-- backup/openapi-spec-v1.1.yaml | 4 ++-- backup/openapi-spec-v2.0.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backup/openapi-spec-v1.0.yaml b/backup/openapi-spec-v1.0.yaml index a625da3..409edc1 100644 --- a/backup/openapi-spec-v1.0.yaml +++ b/backup/openapi-spec-v1.0.yaml @@ -1,7 +1,7 @@ --- -swagger: 2.0 +swagger: '2.0' info: - title: RHTE API + title: RHTE API v1.0 description: An API that gives information about the Red Hat Tech Exchange. version: 1.0.0 paths: diff --git a/backup/openapi-spec-v1.1.yaml b/backup/openapi-spec-v1.1.yaml index f703219..f7472d0 100644 --- a/backup/openapi-spec-v1.1.yaml +++ b/backup/openapi-spec-v1.1.yaml @@ -1,7 +1,7 @@ --- -swagger: 2.0 +swagger: '2.0' info: - title: RHTE API + title: RHTE API v1.1 description: An API that gives information about the Red Hat Tech Exchange. version: 1.1.0 paths: diff --git a/backup/openapi-spec-v2.0.yaml b/backup/openapi-spec-v2.0.yaml index 641637e..4bce2d5 100644 --- a/backup/openapi-spec-v2.0.yaml +++ b/backup/openapi-spec-v2.0.yaml @@ -1,7 +1,7 @@ --- -swagger: 2.0 +swagger: '2.0' info: - title: RHTE API + title: RHTE API v2.0 description: An API that gives information about the Red Hat Tech Exchange. version: 2.0.0 paths: