From ebd984dd174655c03ba9bafcd68c649533ba6a3e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 12 Jul 2020 15:41:28 -0700 Subject: [PATCH] Updated Filer Server API (markdown) --- Filer-Server-API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index de35b73..793a4c9 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -137,6 +137,7 @@ curl -H "Accept: application/json" "http://localhost:8888/javascript/?pretty=y&l ```bash // recursively delete all files and folders under a path > curl -X DELETE http://localhost:8888/path/to/dir?recursive=true + // recursively delete everything, ignoring any recursive error > curl -X DELETE http://localhost:8888/path/to/dir?recursive=true&ignoreRecursiveError=true