create_course
Create and configure educational courses by defining categories, names, codes, pricing schemes, and content tabs for structured learning management.
Instructions
Create a course.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | Identifier of the category of the course. | |
| name | Yes | The name of the course. | |
| code | Yes | The code of the course. | |
| cost_scheme | No | How should the course be paid by default. | |
| cost | No | The price to be paid for this course. Required if cost_scheme is student (default value) or order. | |
| is_published | No | Boolean representing the publishable status of the course. | |
| custom | No | ||
| custom_associations | No | ||
| course_tab_contents_attributes | No |