Skip to content

Commit 9e24774

Browse files
committed
v3.0.1
1 parent 8a1b3b6 commit 9e24774

25 files changed

+1240
-355
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ tox.ini
7474
.travis.yml
7575
test-requirements.txt
7676
_site
77+
.jekyll*

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ docs/StorNextLicenseCheckEndpointResponse.md
113113
docs/StorNextLicenseEndpointResponse.md
114114
docs/StorageApi.md
115115
docs/StorageNode.md
116+
docs/StorageNodeMini.md
116117
docs/StornextLicense.md
117118
docs/StornextManagerAttributes.md
118119
docs/Subclip.md
@@ -265,6 +266,7 @@ elements_sdk/models/stor_next_connections.py
265266
elements_sdk/models/stor_next_license_check_endpoint_response.py
266267
elements_sdk/models/stor_next_license_endpoint_response.py
267268
elements_sdk/models/storage_node.py
269+
elements_sdk/models/storage_node_mini.py
268270
elements_sdk/models/stornext_license.py
269271
elements_sdk/models/stornext_manager_attributes.py
270272
elements_sdk/models/subclip.py

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- API version: 2
44
- Python 2.7 and 3.4+
5-
- Latest build: 3.0.0
5+
- Latest build: 3.0.1
66

77
## Installation & Usage
88

@@ -323,13 +323,15 @@ Class | Method | HTTP request | Description
323323
*StorageApi* | [**patch_production**](docs/StorageApi#patch_production) | **PATCH** `/api/2/productions/{id}` |
324324
*StorageApi* | [**patch_share**](docs/StorageApi#patch_share) | **PATCH** `/api/2/shares/{id}` |
325325
*StorageApi* | [**patch_snapshot**](docs/StorageApi#patch_snapshot) | **PATCH** `/api/2/snapshots/{id}` |
326+
*StorageApi* | [**patch_volume**](docs/StorageApi#patch_volume) | **PATCH** `/api/2/volumes/{id}` |
326327
*StorageApi* | [**patch_workspace**](docs/StorageApi#patch_workspace) | **PATCH** `/api/2/workspaces/{id}` |
327328
*StorageApi* | [**patch_workspace_permission**](docs/StorageApi#patch_workspace_permission) | **PATCH** `/api/2/workspace-permissions/{id}` |
328329
*StorageApi* | [**repair_workspace_permissions**](docs/StorageApi#repair_workspace_permissions) | **POST** `/api/2/workspaces/{id}/repair-permissions` |
329330
*StorageApi* | [**unbookmark_workspace**](docs/StorageApi#unbookmark_workspace) | **DELETE** `/api/2/workspaces/{id}/bookmark` |
330331
*StorageApi* | [**update_production**](docs/StorageApi#update_production) | **PUT** `/api/2/productions/{id}` |
331332
*StorageApi* | [**update_share**](docs/StorageApi#update_share) | **PUT** `/api/2/shares/{id}` |
332333
*StorageApi* | [**update_snapshot**](docs/StorageApi#update_snapshot) | **PUT** `/api/2/snapshots/{id}` |
334+
*StorageApi* | [**update_volume**](docs/StorageApi#update_volume) | **PUT** `/api/2/volumes/{id}` |
333335
*StorageApi* | [**update_workspace**](docs/StorageApi#update_workspace) | **PUT** `/api/2/workspaces/{id}` |
334336
*StorageApi* | [**update_workspace_permission**](docs/StorageApi#update_workspace_permission) | **PUT** `/api/2/workspace-permissions/{id}` |
335337
*TapeArchiveApi* | [**create_tape**](docs/TapeArchiveApi#create_tape) | **POST** `/api/2/archive/tape/tapes` |
@@ -454,6 +456,7 @@ Class | Method | HTTP request | Description
454456
- [StorNextLicenseCheckEndpointResponse](docs/StorNextLicenseCheckEndpointResponse)
455457
- [StorNextLicenseEndpointResponse](docs/StorNextLicenseEndpointResponse)
456458
- [StorageNode](docs/StorageNode)
459+
- [StorageNodeMini](docs/StorageNodeMini)
457460
- [StornextLicense](docs/StornextLicense)
458461
- [StornextManagerAttributes](docs/StornextManagerAttributes)
459462
- [Subclip](docs/Subclip)

0 commit comments

Comments
 (0)