Changes between Version 13 and Version 14 of api_v1


Ignore:
Timestamp:
2012-09-30T06:40:40Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • api_v1

    v13 v14  
    114114
    115115||GET||/v1/groups/{group_id}/users||get a list of users associated within the group {group_id}||
    116 ||GET||/v1/groups/{group_id}/users/{user_id}||get a user in group by {group_id}||
    117 ||POST||/v1/groups{group_id}/users/{user_id}||associate users to the group by {group_id}||
    118116||POST||/v1/groups{group_id}/users||associate users to the group by {group_id}||
    119 ||DELETE||/v1/groups/{group_id}/users/{user_id}||remove a user  from the group||
    120117||DELETE||/v1/groups/{group_id}/users||remove users  from the group||
    121118