From d08e9bd093c07b254100c1c25d7f819f62cebce5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 23 Feb 2022 15:39:57 -0800 Subject: [PATCH] Updated Filer Server API (markdown) --- Filer-Server-API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index 768e4af..0474071 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -202,6 +202,9 @@ Notice that the tag names follow http header key convention, with the first char # 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' ``` +| POST Parameter | Description | Default | +| ---- | -- | -- | +| mv.from | move from one file or directory to another location | Required field | ### Create an empty folder Folders usually are created automatically when uploading a file. To create an empty file, you can use this: