|
2 | 2 |
|
3 | 3 | - API version: 2 |
4 | 4 | - Python 2.7 and 3.4+ |
5 | | -- Latest build: 3.0.0 |
| 5 | +- Latest build: 3.0.1 |
6 | 6 |
|
7 | 7 | ## Installation & Usage |
8 | 8 |
|
@@ -323,13 +323,15 @@ Class | Method | HTTP request | Description |
323 | 323 | *StorageApi* | [**patch_production**](docs/StorageApi#patch_production) | **PATCH** `/api/2/productions/{id}` | |
324 | 324 | *StorageApi* | [**patch_share**](docs/StorageApi#patch_share) | **PATCH** `/api/2/shares/{id}` | |
325 | 325 | *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}` | |
326 | 327 | *StorageApi* | [**patch_workspace**](docs/StorageApi#patch_workspace) | **PATCH** `/api/2/workspaces/{id}` | |
327 | 328 | *StorageApi* | [**patch_workspace_permission**](docs/StorageApi#patch_workspace_permission) | **PATCH** `/api/2/workspace-permissions/{id}` | |
328 | 329 | *StorageApi* | [**repair_workspace_permissions**](docs/StorageApi#repair_workspace_permissions) | **POST** `/api/2/workspaces/{id}/repair-permissions` | |
329 | 330 | *StorageApi* | [**unbookmark_workspace**](docs/StorageApi#unbookmark_workspace) | **DELETE** `/api/2/workspaces/{id}/bookmark` | |
330 | 331 | *StorageApi* | [**update_production**](docs/StorageApi#update_production) | **PUT** `/api/2/productions/{id}` | |
331 | 332 | *StorageApi* | [**update_share**](docs/StorageApi#update_share) | **PUT** `/api/2/shares/{id}` | |
332 | 333 | *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}` | |
333 | 335 | *StorageApi* | [**update_workspace**](docs/StorageApi#update_workspace) | **PUT** `/api/2/workspaces/{id}` | |
334 | 336 | *StorageApi* | [**update_workspace_permission**](docs/StorageApi#update_workspace_permission) | **PUT** `/api/2/workspace-permissions/{id}` | |
335 | 337 | *TapeArchiveApi* | [**create_tape**](docs/TapeArchiveApi#create_tape) | **POST** `/api/2/archive/tape/tapes` | |
@@ -454,6 +456,7 @@ Class | Method | HTTP request | Description |
454 | 456 | - [StorNextLicenseCheckEndpointResponse](docs/StorNextLicenseCheckEndpointResponse) |
455 | 457 | - [StorNextLicenseEndpointResponse](docs/StorNextLicenseEndpointResponse) |
456 | 458 | - [StorageNode](docs/StorageNode) |
| 459 | + - [StorageNodeMini](docs/StorageNodeMini) |
457 | 460 | - [StornextLicense](docs/StornextLicense) |
458 | 461 | - [StornextManagerAttributes](docs/StornextManagerAttributes) |
459 | 462 | - [Subclip](docs/Subclip) |
|
0 commit comments