编辑机构老师
classin_edit_teacherUpdate a teacher's name in ClassIn by providing the teacher UID and new name. Accepts teacherUid and teacherName to modify existing teacher records.
Instructions
编辑机构老师信息(姓名)。
参数:
teacherUid: 老师UID
teacherName: 新的老师姓名
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teacherUid | Yes | 要编辑的老师UID | |
| teacherName | Yes | 新的老师姓名 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |