Updated Filer Server API (markdown)

Chris Lu 2020-09-14 13:10:25 -07:00
parent fcb4d7f2b5
commit 9393a36497

@ -91,6 +91,14 @@ curl -H "Accept: application/json" "http://localhost:8888/javascript/?pretty=y"
}
```
### Create an empty folder
Folders usually are created automatically when uploading a file. To create an empty file, you can use this:
```
curl -X POST "http://localhost:8888/test/"
```
### List files under a directory
This is for embedded filer only.