add_instructor_to_course()
Parameters
- Token(character varying)
- InstructorLoginName(character varying)
- CourseID(integer)
Returns
- Success or Error
Description
- Adds an instructor[InstructorLoginName] to an existing course[CourseID]. Admin privileges are required for this operation.
Errors
- 1 - The ClassID is not valid.
- 2 - Invalid Session.
- 3 - Only admins can add instructor to courses.