move_resource
Move a course resource to a different parent folder. Specify the current and target parent folders along with the resource and group IDs.
Instructions
将资源移动到新的父文件夹
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | 课程组id(通过 query_teacher_groups 获取) | |
| node_id | Yes | 资源节点id(通过 query_course_resources 获取) | |
| from_parent_id | Yes | 当前父文件夹id | |
| parent_id | Yes | 目标父文件夹id |