create_course_section
Organize your course by creating a new section. Provide the course ID to add a section and receive the full course structure with the new section included.
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). |