课程添加老师
classin_add_course_teacherAdd a teacher to an existing course using course ID and teacher UID. Requires the teacher to already be an institution teacher.
Instructions
向课程中添加老师。
参数:
courseId: 课程ID
teacherUid: 老师UID(需要先添加为机构老师)
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | 课程ID,通过创建课程接口获得 | |
| teacherUid | Yes | 要添加的老师UID | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |