Skip to content

Commit 09b0e6e

Browse files
authored
Update swagger.yaml
OpenSDS to SODA Foundation and change in email, description etc
1 parent d81676b commit 09b0e6e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

openapi-spec/swagger.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
openapi: 3.0.0
22
info:
33
version: "v1beta"
4-
title: OpenSDS Controller API
5-
description: OpenSDS Controller API to manage mutliple backend storages.
4+
title: SODA API
5+
description: Unified SODA API for data management across multiple, heterogeneous storage backends. Currently supporting file/block for on prem
66
termsOfService: 'https://www.linuxfoundation.org/terms'
77
contact:
8-
name: OpenSDS Support
8+
name: SODA Support
99
url: 'https://opensds.slack.com'
10-
email: support@opensds.io
10+
email: support@sodafoundation.io
1111
license:
1212
name: Apache 2.0
1313
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
@@ -16,7 +16,7 @@ paths:
1616
get:
1717
tags:
1818
- API versions
19-
description: Lists information for all SDSController API versions.
19+
description: Lists information for all API versions.
2020
responses:
2121
'200':
2222
description: OK
@@ -2118,7 +2118,7 @@ paths:
21182118
security:
21192119
- basicAuth: []
21202120
externalDocs:
2121-
description: The offical OpenSDS Controller API specification
2121+
description: Unified SODA API for data management across multiple, heterogeneous storage backends.
21222122
url: 'https://github.com/sodafoundation/api'
21232123
servers:
21242124
- url: 'https://localhost:50040/'
@@ -2689,7 +2689,7 @@ components:
26892689
key3:
26902690
key31: value31
26912691
ProfileCreateSpec:
2692-
description: An OpenSDS profile is identified by a unique name and ID. With
2692+
description: A configuration profile is identified by a unique name and ID. With
26932693
adding extra properties, each profile can contain a set of tags of storage
26942694
capabilities which are desirable features for a class of applications.
26952695
required:
@@ -2726,7 +2726,7 @@ components:
27262726
customProperties:
27272727
$ref: '#/components/schemas/CustomPropertiesSpec'
27282728
ProfileRespSpec:
2729-
description: An OpenSDS profile is identified by a unique name and ID. With
2729+
description: A configuration profile is identified by a unique name and ID. With
27302730
adding extra properties, each profile can contain a set of tags of storage
27312731
capabilities which are desirable features for a class of applications.
27322732
allOf:

0 commit comments

Comments
 (0)