Changes between Version 9 and Version 10 of api_v1


Ignore:
Timestamp:
2012-09-28T18:02:23Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • api_v1

    v9 v10  
    9999||PUT||/v1/courses/{course_id}/groups/{id}||update a group in course by group id, course_id will be ignored||
    100100
     101=== !Groups/Users ===
     102
     103||GET||/v1/groups/{group_id}/users||get a list of users associated within the group {group_id}||
     104||GET||/v1/groups/{group_id}/users/{user_id}||get a user in group by {group_id}||
     105||POST||/v1/groups{group_id}/users/{user_id}||associate users to the group by {group_id}||
     106||POST||/v1/groups{group_id}/users||associate users to the group by {group_id}||
     107||DELETE||/v1/groups/{group_id}/users/{user_id}||remove a user  from the group||
     108||DELETE||/v1/groups/{group_id}/users||remove users  from the group||
     109
    101110=== Grades ===
    102111