update_course
Modify course details like name, code, duration, level, cost, and publish status in the Eduframe system to keep course information current and accurate.
Instructions
Update a course.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the course to update | |
| category_id | No | Identifier of the category of the course. | |
| name | No | The name of the course. | |
| code | No | The code of the course. | |
| duration | No | The duration of the course. | |
| level | No | A string indicating the level of the course. | |
| result | No | The result of the course | |
| cost | No | The price to be paid for this course. | |
| cost_scheme | No | How should the course be paid by default. | |
| is_published | No | Boolean representing the publishable status of the course. | |
| conditions | No | The conditions of the course. | |
| custom | No | ||
| custom_associations | No | ||
| course_tab_contents_attributes | No |