Changes between Version 12 and Version 13 of api_v1
- Timestamp:
- 2012-09-29T22:45:44Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
api_v1
v12 v13 94 94 95 95 ||GET||/v1/courses/{course_id}/users||get a list of users associated within the course {course_id}|| 96 ||POST||/v1/courses{course_id}/users/{user_id}||associate a user to the course by {course_id}||97 96 ||POST||/v1/courses{course_id}/users||associate users to the course by {course_id}|| 98 ||DELETE||/v1/courses/{course_id}/users/{user_id}||remove a user from the course||99 97 ||DELETE||/v1/courses/{course_id}/users||remove users from the course|| 100 98 || ||parameter||COURSE_ID||