create_course_section
Create a new section in a course. Adds a section to the specified course and returns the updated course contents.
Instructions
🟡 WRITE · creates data · Courses · POST /v2/courses/{id}/sections
Create course section
Creates a new course section in the course, specified by the course id. The endpoint response is the course contents including the newly created section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Course Id | |
| body | No | Request body (application/json). |