update_course_settings()
Parameters
- Token(character varying)
- CourseID(integer)
- CourseNumber(character varying)
- CourseName(character varying)
- StartDate(date)
- EndDate(date)
Returns
- Success or Error
Description
- Updates the information about a course.
Errors
- 1 - Invalid Session.
- 2 - Only and admin or instructor can alter this course.
- 3 - The Course ID does not exist.