@@ -792,7 +792,7 @@ Name | Type | Description | Notes
792792## ** copyFile**
793793> void copyFile(CopyFileRequestData request)
794794
795- Copy file
795+
796796
797797### ** CopyFileRequestData** Parameters
798798``` java
@@ -806,11 +806,11 @@ public CopyFileRequestData(
806806
807807Name | Type | Description | Notes
808808------------- | ------------- | ------------- | -------------
809- ** srcPath** | ** String** | Source file path e.g. &# 39 ; /folder/file.ext &# 39 ; |
810- ** destPath** | ** String** | Destination file path |
811- ** srcStorageName** | ** String** | Source storage name | [ optional]
812- ** destStorageName** | ** String** | Destination storage name | [ optional]
813- ** versionId** | ** String** | File version ID to copy | [ optional]
809+ ** srcPath** | ** String** | |
810+ ** destPath** | ** String** | |
811+ ** srcStorageName** | ** String** | | [ optional]
812+ ** destStorageName** | ** String** | | [ optional]
813+ ** versionId** | ** String** | | [ optional]
814814
815815### Return type
816816
@@ -822,7 +822,7 @@ void (empty response body)
822822## ** copyFolder**
823823> void copyFolder(CopyFolderRequestData request)
824824
825- Copy folder
825+
826826
827827### ** CopyFolderRequestData** Parameters
828828``` java
@@ -835,10 +835,10 @@ public CopyFolderRequestData(
835835
836836Name | Type | Description | Notes
837837------------- | ------------- | ------------- | -------------
838- ** srcPath** | ** String** | Source folder path e.g. &# 39 ; /src &# 39 ; |
839- ** destPath** | ** String** | Destination folder path e.g. &# 39 ; /dst &# 39 ; |
840- ** srcStorageName** | ** String** | Source storage name | [ optional]
841- ** destStorageName** | ** String** | Destination storage name | [ optional]
838+ ** srcPath** | ** String** | |
839+ ** destPath** | ** String** | |
840+ ** srcStorageName** | ** String** | | [ optional]
841+ ** destStorageName** | ** String** | | [ optional]
842842
843843### Return type
844844
@@ -946,7 +946,7 @@ void (empty response body)
946946## ** createFolder**
947947> void createFolder(CreateFolderRequestData request)
948948
949- Create the folder
949+
950950
951951### ** CreateFolderRequestData** Parameters
952952``` java
@@ -957,8 +957,8 @@ public CreateFolderRequestData(
957957
958958Name | Type | Description | Notes
959959------------- | ------------- | ------------- | -------------
960- ** path** | ** String** | Folder path to create e.g. &# 39 ; folder_1/folder_2/ &# 39 ; |
961- ** storageName** | ** String** | Storage name | [ optional]
960+ ** path** | ** String** | |
961+ ** storageName** | ** String** | | [ optional]
962962
963963### Return type
964964
@@ -1120,7 +1120,7 @@ void (empty response body)
11201120## ** deleteFile**
11211121> void deleteFile(DeleteFileRequestData request)
11221122
1123- Delete file
1123+
11241124
11251125### ** DeleteFileRequestData** Parameters
11261126``` java
@@ -1132,9 +1132,9 @@ public DeleteFileRequestData(
11321132
11331133Name | Type | Description | Notes
11341134------------- | ------------- | ------------- | -------------
1135- ** path** | ** String** | File path e.g. &# 39 ; /folder/file.ext &# 39 ; |
1136- ** storageName** | ** String** | Storage name | [ optional]
1137- ** versionId** | ** String** | File version ID to delete | [ optional]
1135+ ** path** | ** String** | |
1136+ ** storageName** | ** String** | | [ optional]
1137+ ** versionId** | ** String** | | [ optional]
11381138
11391139### Return type
11401140
@@ -1146,7 +1146,7 @@ void (empty response body)
11461146## ** deleteFolder**
11471147> void deleteFolder(DeleteFolderRequestData request)
11481148
1149- Delete folder
1149+
11501150
11511151### ** DeleteFolderRequestData** Parameters
11521152``` java
@@ -1158,9 +1158,9 @@ public DeleteFolderRequestData(
11581158
11591159Name | Type | Description | Notes
11601160------------- | ------------- | ------------- | -------------
1161- ** path** | ** String** | Folder path e.g. &# 39 ; /folder &# 39 ; |
1162- ** storageName** | ** String** | Storage name | [ optional]
1163- ** recursive** | ** Boolean** | Enable to delete folders, subfolders and files | [ optional] [ default to false]
1161+ ** path** | ** String** | |
1162+ ** storageName** | ** String** | | [ optional]
1163+ ** recursive** | ** Boolean** | | [ optional] [ default to false]
11641164
11651165### Return type
11661166
@@ -1290,7 +1290,7 @@ Name | Type | Description | Notes
12901290## ** downloadFile**
12911291> byte[ ] downloadFile(DownloadFileRequestData request)
12921292
1293- Download file
1293+
12941294
12951295### ** DownloadFileRequestData** Parameters
12961296``` java
@@ -1302,9 +1302,9 @@ public DownloadFileRequestData(
13021302
13031303Name | Type | Description | Notes
13041304------------- | ------------- | ------------- | -------------
1305- ** path** | ** String** | File path e.g. &# 39 ; /folder/file.ext &# 39 ; |
1306- ** storageName** | ** String** | Storage name | [ optional]
1307- ** versionId** | ** String** | File version ID to download | [ optional]
1305+ ** path** | ** String** | |
1306+ ** storageName** | ** String** | | [ optional]
1307+ ** versionId** | ** String** | | [ optional]
13081308
13091309### Return type
13101310
@@ -1828,7 +1828,7 @@ Name | Type | Description | Notes
18281828## ** getDiscUsage**
18291829> [ DiscUsage] ( DiscUsage.md ) getDiscUsage(GetDiscUsageRequestData request)
18301830
1831- Get disc usage
1831+
18321832
18331833### ** GetDiscUsageRequestData** Parameters
18341834``` java
@@ -1838,7 +1838,7 @@ public GetDiscUsageRequestData(
18381838
18391839Name | Type | Description | Notes
18401840------------- | ------------- | ------------- | -------------
1841- ** storageName** | ** String** | Storage name | [ optional]
1841+ ** storageName** | ** String** | | [ optional]
18421842
18431843### Return type
18441844
@@ -2092,7 +2092,7 @@ Name | Type | Description | Notes
20922092## ** getFileVersions**
20932093> [ FileVersions] ( FileVersions.md ) getFileVersions(GetFileVersionsRequestData request)
20942094
2095- Get file versions
2095+
20962096
20972097### ** GetFileVersionsRequestData** Parameters
20982098``` java
@@ -2103,8 +2103,8 @@ public GetFileVersionsRequestData(
21032103
21042104Name | Type | Description | Notes
21052105------------- | ------------- | ------------- | -------------
2106- ** path** | ** String** | File path e.g. &# 39 ; /file.ext &# 39 ; |
2107- ** storageName** | ** String** | Storage name | [ optional]
2106+ ** path** | ** String** | |
2107+ ** storageName** | ** String** | | [ optional]
21082108
21092109### Return type
21102110
@@ -2116,7 +2116,7 @@ Name | Type | Description | Notes
21162116## ** getFilesList**
21172117> [ FilesList] ( FilesList.md ) getFilesList(GetFilesListRequestData request)
21182118
2119- Get all files and folders within a folder
2119+
21202120
21212121### ** GetFilesListRequestData** Parameters
21222122``` java
@@ -2127,8 +2127,8 @@ public GetFilesListRequestData(
21272127
21282128Name | Type | Description | Notes
21292129------------- | ------------- | ------------- | -------------
2130- ** path** | ** String** | Folder path e.g. &# 39 ; /folder &# 39 ; |
2131- ** storageName** | ** String** | Storage name | [ optional]
2130+ ** path** | ** String** | |
2131+ ** storageName** | ** String** | | [ optional]
21322132
21332133### Return type
21342134
@@ -2452,7 +2452,7 @@ void (empty response body)
24522452## ** moveFile**
24532453> void moveFile(MoveFileRequestData request)
24542454
2455- Move file
2455+
24562456
24572457### ** MoveFileRequestData** Parameters
24582458``` java
@@ -2466,11 +2466,11 @@ public MoveFileRequestData(
24662466
24672467Name | Type | Description | Notes
24682468------------- | ------------- | ------------- | -------------
2469- ** srcPath** | ** String** | Source file path e.g. &# 39 ; /src.ext &# 39 ; |
2470- ** destPath** | ** String** | Destination file path e.g. &# 39 ; /dest.ext &# 39 ; |
2471- ** srcStorageName** | ** String** | Source storage name | [ optional]
2472- ** destStorageName** | ** String** | Destination storage name | [ optional]
2473- ** versionId** | ** String** | File version ID to move | [ optional]
2469+ ** srcPath** | ** String** | |
2470+ ** destPath** | ** String** | |
2471+ ** srcStorageName** | ** String** | | [ optional]
2472+ ** destStorageName** | ** String** | | [ optional]
2473+ ** versionId** | ** String** | | [ optional]
24742474
24752475### Return type
24762476
@@ -2482,7 +2482,7 @@ void (empty response body)
24822482## ** moveFolder**
24832483> void moveFolder(MoveFolderRequestData request)
24842484
2485- Move folder
2485+
24862486
24872487### ** MoveFolderRequestData** Parameters
24882488``` java
@@ -2495,10 +2495,10 @@ public MoveFolderRequestData(
24952495
24962496Name | Type | Description | Notes
24972497------------- | ------------- | ------------- | -------------
2498- ** srcPath** | ** String** | Folder path to move e.g. &# 39 ; /folder &# 39 ; |
2499- ** destPath** | ** String** | Destination folder path to move to e.g &# 39 ; /dst &# 39 ; |
2500- ** srcStorageName** | ** String** | Source storage name | [ optional]
2501- ** destStorageName** | ** String** | Destination storage name | [ optional]
2498+ ** srcPath** | ** String** | |
2499+ ** destPath** | ** String** | |
2500+ ** srcStorageName** | ** String** | | [ optional]
2501+ ** destStorageName** | ** String** | | [ optional]
25022502
25032503### Return type
25042504
@@ -2510,7 +2510,7 @@ void (empty response body)
25102510## ** objectExists**
25112511> [ ObjectExist] ( ObjectExist.md ) objectExists(ObjectExistsRequestData request)
25122512
2513- Check if file or folder exists
2513+
25142514
25152515### ** ObjectExistsRequestData** Parameters
25162516``` java
@@ -2522,9 +2522,9 @@ public ObjectExistsRequestData(
25222522
25232523Name | Type | Description | Notes
25242524------------- | ------------- | ------------- | -------------
2525- ** path** | ** String** | File or folder path e.g. &# 39 ; /file.ext &# 39 ; or &# 39 ; /folder &# 39 ; |
2526- ** storageName** | ** String** | Storage name | [ optional]
2527- ** versionId** | ** String** | File version ID | [ optional]
2525+ ** path** | ** String** | |
2526+ ** storageName** | ** String** | | [ optional]
2527+ ** versionId** | ** String** | | [ optional]
25282528
25292529### Return type
25302530
@@ -2838,7 +2838,7 @@ void (empty response body)
28382838## ** storageExists**
28392839> [ StorageExist] ( StorageExist.md ) storageExists(StorageExistsRequestData request)
28402840
2841- Check if storage exists
2841+
28422842
28432843### ** StorageExistsRequestData** Parameters
28442844``` java
@@ -2848,7 +2848,7 @@ public StorageExistsRequestData(
28482848
28492849Name | Type | Description | Notes
28502850------------- | ------------- | ------------- | -------------
2851- ** storageName** | ** String** | Storage name |
2851+ ** storageName** | ** String** | |
28522852
28532853### Return type
28542854
@@ -2934,7 +2934,7 @@ void (empty response body)
29342934## ** uploadFile**
29352935> [ FilesUploadResult] ( FilesUploadResult.md ) uploadFile(UploadFileRequestData request)
29362936
2937- Upload file
2937+
29382938
29392939### ** UploadFileRequestData** Parameters
29402940``` java
@@ -2946,9 +2946,9 @@ public UploadFileRequestData(
29462946
29472947Name | Type | Description | Notes
29482948------------- | ------------- | ------------- | -------------
2949- ** path** | ** String** | Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header. |
2949+ ** path** | ** String** | |
29502950 ** file** | ** byte[ ] ** | File to upload |
2951- ** storageName** | ** String** | Storage name | [ optional]
2951+ ** storageName** | ** String** | | [ optional]
29522952
29532953### Return type
29542954
0 commit comments