aeroedu_chapter_add
Add a new chapter to an existing course by providing the course ID and chapter title. Optionally specify the order and description to structure the course content.
Instructions
Thêm 1 chương mới vào khoá học. Trả về chapter_id để dùng cho aeroedu_lesson_add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | courseId từ aeroedu_course_create hoặc aeroedu_course_list | |
| title | Yes | Tên chương | |
| order | No | Thứ tự (1-based). Bỏ trống = thêm cuối | |
| description | No | Mô tả chương |