Updated documentation for added Admin APIs

This commit is contained in:
Angus MacArthur 2013-03-05 23:48:40 -05:00
parent 61ffcab60f
commit 47abdc10ca
3 changed files with 50 additions and 0 deletions

View file

@ -43,3 +43,14 @@ Parameters:
Will return created group with status `201 Created` on success, or `404 Not found` on fail.
## Transfer project to group
Transfer a project to the Group namespace. Available only for admin
```
POST /groups/:id/projects/:project_id
```
Parameters:
+ `id` (required) - The ID of a group
+ `project_id (required) - The ID of a project