update_course
Update specific fields of an existing course by providing the course slug and a JSON object with the fields to modify.
Instructions
Update fields on an existing course.
Args: course: The course name (slug). fields: JSON string of fields to update, e.g. '{"title":"New Title","published":true}'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course | Yes | ||
| fields | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |