update_teacher_enrollment
Modify teacher course assignments by updating enrollment details such as planned course, teacher ID, or role identifier.
Instructions
Update a teacher enrollment.
Input Schema
TableJSON 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. |