Updated Filer Server API (markdown)

Chris Lu 2022-02-23 15:35:42 -08:00
parent 6afd16f18c
commit a48b8c2d75

@ -199,8 +199,8 @@ Notice that the tag names follow http header key convention, with the first char
### Move files and directories
```bash
# move(rename) "/path/2/src_file" to "/path/to/dst_file"
> curl -X POST 'http://localhost:8888/path/to/dst_file?from=/path/2/src_file&pretty=yes'
# move(rename) "/path/to/src_file" to "/path/to/dst_file"
> curl -X POST 'http://localhost:8888/path/to/dst_file?mv.from=/path/to/src_file'
```
### Create an empty folder