API does not permit adding group members
Created by: zepalmer
I love the JSON API; it's incredibly helpful. However, the documentation at https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/groups.md states that the request "POST /groups/:id/members" will, when given a user_id and access_level, add a member to a group. I am using GitLab 6.0 and receive 404 errors. There is no sign of this URL in lib/api/groups.rb or lib/api/users.rb. Any thoughts?
Thanks!