Skip to content

Commit f76eb81

Browse files
committed
Correct HTTP method for file update
1 parent 6cb7cb9 commit f76eb81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/rest_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ PUT https://<host>:<port>/file-replace/?resource-name=<file-path>
298298

299299
### Update file on the cloud server
300300
```
301-
POST https://<host>:<port>/file-update/?resource-id=<uid>&resource-name=<file-path>
301+
PUT https://<host>:<port>/file-update/?resource-id=<uid>&resource-name=<file-path>
302302
```
303303
**Body:**
304304
```

src/range-cloud-lib

0 commit comments

Comments
 (0)