Changes between Version 8 and Version 9 of api_v1


Ignore:
Timestamp:
2012-09-28T17:52:32Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • api_v1

    v8 v9  
    44
    55== Authentication ==
    6 OAuth 2.0
     6OAuth 1.0a
    77
    88== Resources ==
     
    9494
    9595||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||
    9797||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||
    100100
    101101=== Grades ===