diff --git a/Filer-Server-API.md b/Filer-Server-API.md index 418d0d9..db39cbc 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -161,7 +161,7 @@ curl -H "Accept: application/json" "http://localhost:8888/javascript/?pretty=y&l | Parameter | Description | Default | | ---- | -- | -- | -| recursive | if "recursive=true", recursively delete all files and folders | filer recursiveDelete option | +| recursive | if "recursive=true", recursively delete all files and folders | filer recursive_delete option from filer.toml | | ignoreRecursiveError | if "ignoreRecursiveError=true", ignore errors in recursive mode | false | | skipChunkDeletion | if "skipChunkDeletion=true", do not delete file chunks on volume servers | false |