Browse Source

add the version in the title for import in apicurio

pull/1/head
Nicolas Massé 7 years ago
parent
commit
2c453666cf
  1. 4
      backup/openapi-spec-v1.0.yaml
  2. 4
      backup/openapi-spec-v1.1.yaml
  3. 4
      backup/openapi-spec-v2.0.yaml

4
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:

4
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:

4
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:

Loading…
Cancel
Save