reorder_sections
Reorder course sections in a single batched call by submitting an array of section IDs with desired positions, applying a deterministic layout to achieve the intended course structure.
Instructions
Reorder sections in a course. Accepts an array of {section_id, position} and applies the full deterministic layout in one batched call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | Yes | Desired ordering as an array of {section_id, position}. Position is 0-indexed (0 = first after General). Sections not in the array keep their current position but may shift. | |
| course_id | Yes |