重命名文件夹
classin_rename_folderRename a folder in the cloud drive by specifying its ID and the new folder name.
Instructions
重命名云盘中的文件夹。
参数:
folderId: 文件夹ID
folderName: 新的文件夹名称
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | 文件夹ID | |
| folderName | Yes | 新的文件夹名称 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |