update_teacher_enrollment
Update a specific teacher enrollment by ID, optionally modifying planned course, teacher, or role.
Instructions
Update a teacher enrollment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the teacher enrollment to update | |
| planned_course_id | No | Unique identifier of the planned course. | |
| teacher_id | No | Unique identifier of the teacher. | |
| teacher_role_id | No | Unique identifier of the teacher role. |