update_planned_course
Modify scheduled course details like dates, participants, costs, or instructors to reflect changes in educational planning.
Instructions
Update a planned course.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the planned course to update | |
| is_published | No | Boolean if is published on the website. | |
| course_id | No | Unique identifier of the course. | |
| start_date | No | Date at which the planned course starts. Only needed for fixed planned courses. | |
| end_date | No | Date at which the planned course ends. Only needed for fixed planned courses. | |
| min_participants | No | A number representing the minimum number of participants that can enroll for the planned course. | |
| max_participants | No | A number representing the maximum number of participants that can enroll for the planned course. | |
| cost_scheme | No | The cost schema that the payment will follow for the specified course. | |
| cost | No | A positive float representing the price of the planned course. | |
| course_variant_id | No | Unique identifier of the course variant. | |
| course_location_id | No | Unique identifier of the course location. | |
| duration | No | The period of time of the planned course. Only needed for flexible planned courses. | |
| teacher_ids | No | The ids of the teachers in the course | |
| custom | No | ||
| custom_associations | No |