save_course_curriculum
Save the approved curriculum design for a course. Pass a JSON object with modules and lessons to persist the course structure and advance to the next step.
Instructions
Step 4 — Save the approved curriculum design for a course.
Call this after the Learning Architect has produced the curriculum.
Pass a JSON object with ``modules`` (array) and ``lessons`` (array).
Writes to `knowledge/courses/{slug}/course.json` and advances to Step 5.
Args:
slug: The course slug.
curriculum_json: JSON object with ``modules`` and ``lessons`` arrays.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| curriculum_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |