Skip to content

Commit

Permalink
Merge pull request #1274 from skdwriting/master
Browse files Browse the repository at this point in the history
Update swagger.yaml
  • Loading branch information
kumarashit authored Jun 2, 2020
2 parents 45810f8 + 9db0760 commit fb5c045
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions openapi-spec/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
openapi: 3.0.0
info:
version: "v1beta"
title: OpenSDS Controller API
description: OpenSDS Controller API to manage mutliple backend storages.
title: SODA API
description: Unified SODA API for data management across multiple, heterogeneous storage backends. Currently supporting file/block for on prem
termsOfService: 'https://www.linuxfoundation.org/terms'
contact:
name: OpenSDS Support
name: SODA Support
url: 'https://opensds.slack.com'
email: support@opensds.io
email: support@sodafoundation.io
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
Expand All @@ -16,7 +16,7 @@ paths:
get:
tags:
- API versions
description: Lists information for all SDSController API versions.
description: Lists information for all API versions.
responses:
'200':
description: OK
Expand Down Expand Up @@ -2118,7 +2118,7 @@ paths:
security:
- basicAuth: []
externalDocs:
description: The offical OpenSDS Controller API specification
description: Unified SODA API for data management across multiple, heterogeneous storage backends.
url: 'https://github.com/sodafoundation/api'
servers:
- url: 'https://localhost:50040/'
Expand Down Expand Up @@ -2689,7 +2689,7 @@ components:
key3:
key31: value31
ProfileCreateSpec:
description: An OpenSDS profile is identified by a unique name and ID. With
description: A configuration profile is identified by a unique name and ID. With
adding extra properties, each profile can contain a set of tags of storage
capabilities which are desirable features for a class of applications.
required:
Expand Down Expand Up @@ -2726,7 +2726,7 @@ components:
customProperties:
$ref: '#/components/schemas/CustomPropertiesSpec'
ProfileRespSpec:
description: An OpenSDS profile is identified by a unique name and ID. With
description: A configuration profile is identified by a unique name and ID. With
adding extra properties, each profile can contain a set of tags of storage
capabilities which are desirable features for a class of applications.
allOf:
Expand Down

0 comments on commit fb5c045

Please sign in to comment.