Updated Filer Server API (markdown)

Chris Lu
2019-12-11 15:01:00 -08:00
parent 6b8936edc5
commit b82c869cf3
+1 -1
@@ -84,5 +84,5 @@ curl "http://localhost:8888/javascript/?pretty=y&lastFileName=new_name.js&limit
// For Experts Only: remove filer directories only, without removing data chunks.
// see https://github.com/chrislusf/seaweedfs/pull/1153
> curl -X DELETE http://localhost:8888/path/to?recursive=true&shouldDeleteChunks=true
> curl -X DELETE http://localhost:8888/path/to?recursive=true&skipChunkDeletion=true
```