移动LMS活动
classin_move_activityRelocate activities from a source unit to a target unit within a course. Provide course ID, source unit ID, and target unit ID to reorganize course materials.
Instructions
将单元下的活动整体移动到其他单元。
参数:
courseId: 课程ID
unitId: 源单元ID
toUnitId: 目标单元ID
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unitId | Yes | 源单元ID | |
| courseId | Yes | 课程ID,通过创建课程接口获得 | |
| toUnitId | Yes | 目标单元ID | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |