- auth
- fs
- public
- admin
聚合移动
POST
/api/fs/recursive_move
alist Copy/fs
请求参数
Header 参数
Authorization
string
必需
示例值:
{{alist_token}}
Body 参数application/json
src_dir
string
源文件夹
dst_dir
string
目标文件夹
示例
{
"src_dir": "string",
"dst_dir": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/fs/recursive_move' \
--header 'Authorization: {{alist_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"src_dir": "string",
"dst_dir": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
信息
data
null
必需
示例
{
"code": 200,
"message": "success",
"data": null
}
修改于 2025-06-11 07:02:38