You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PUT http://api.aspose.cloud/v4.0/cells/storage/folder/copy/{srcPath}
19
+
20
+
PUT <http://api.aspose.cloud/v4.0/cells/storage/folder/copy/{srcPath}>
21
+
18
22
```
19
23
20
24
### **Function Description**
21
25
22
-
### The request parameters of **copyFolder** API are:
26
+
### The request parameters of **copyFolder** API are
23
27
24
-
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
25
-
| :- | :- | :- |:- |
28
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
29
+
| :- | :- | :- |:- |
26
30
|srcPath|String|Path||
27
31
|destPath|String|Query||
28
32
|srcStorageName|String|Query||
29
33
|destStorageName|String|Query||
30
34
31
-
32
35
### **Response Description**
36
+
33
37
```json
34
38
{
35
39
Void
@@ -39,4 +43,3 @@ Void
39
43
## OpenAPI Specification
40
44
41
45
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/FolderController/CopyFolder) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
0 commit comments