Changes between Version 8 and Version 9 of api_v1
- Timestamp:
- 2012-09-28T17:52:32Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
api_v1
v8 v9 4 4 5 5 == Authentication == 6 OAuth 2.06 OAuth 1.0a 7 7 8 8 == Resources == … … 94 94 95 95 ||GET||/v1/courses/{course_id}/groups||get a list of groups in course {course_id}|| 96 ||GET||/v1/courses/{course_id}/groups/id||get a group in course {course_id}||96 ||GET||/v1/courses/{course_id}/groups/id||get a group in course by group id, course_id will be ignored|| 97 97 ||POST||/v1/courses{course_id}/groups||create a group in course {course_id}|| 98 ||DELETE||/v1/courses/{course_id}/groups/{id}||remove a group in course {course_id}||99 ||PUT||/v1/courses/{course_id}/groups/{id}||update a group in course {course_id}||98 ||DELETE||/v1/courses/{course_id}/groups/{id}||remove a group in course by group id, course_id will be ignored|| 99 ||PUT||/v1/courses/{course_id}/groups/{id}||update a group in course by group id, course_id will be ignored|| 100 100 101 101 === Grades ===