Skip to content

Commit 49da0c3

Browse files
committed
Update copy foder doc.
1 parent 2fd68ae commit 49da0c3

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

docs/api/copy-folder.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
11
# **copyFolder API**
22

3-
4-
53
## **Quick Start**
64

75
- **Base URL**: `http://api.aspose.cloud/v4.0`
86
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
9-
- **Example Request**
10-
<script src="https://gist.github.com/aspose-cells-cloud-gists/8a5b324fdf3e574dbd747c1a1e24b05d.js?file=Example40_CopyFolder.cs"></script>
7+
- **Example Request**
8+
9+
```markdown
10+
[![View Gist](https://gist.githubusercontent.com/aspose-cells-cloud-gists/8a5b324fdf3e574dbd747c1a1e24b05d/raw/Example40_CopyFolder.cs)](https://gist.githubusercontent.com/aspose-cells-cloud-gists/8a5b324fdf3e574dbd747c1a1e24b05d)
11+
12+
```
1113

1214
## **Interface Details**
1315

14-
### **Endpoint**
16+
### **Endpoint**
1517

1618
```
17-
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+
1822
```
1923

2024
### **Function Description**
2125

22-
### The request parameters of **copyFolder** API are:
26+
### The request parameters of **copyFolder** API are
2327

24-
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
25-
| :- | :- | :- |:- |
28+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
29+
| :- | :- | :- |:- |
2630
|srcPath|String|Path||
2731
|destPath|String|Query||
2832
|srcStorageName|String|Query||
2933
|destStorageName|String|Query||
3034

31-
3235
### **Response Description**
36+
3337
```json
3438
{
3539
Void
@@ -39,4 +43,3 @@ Void
3943
## OpenAPI Specification
4044

4145
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.
42-

0 commit comments

Comments
 (0)