admin_add_course
Add new courses to the university system by specifying code, title, department, and credit hours for academic administration.
Instructions
[Admin] Add a new course.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| title | Yes | ||
| department_id | Yes | ||
| credit_hours | Yes | ||
| description | No |