diff options
| author | Angus MacArthur <amacarthur@blackberry.com> | 2013-03-05 23:48:40 -0500 |
|---|---|---|
| committer | Angus MacArthur <amacarthur@blackberry.com> | 2013-03-05 23:48:40 -0500 |
| commit | 47abdc10ca7daceac8206a65166b42409a76b459 (patch) | |
| tree | 528ae1f3e7f4378d8df56de909cc6a2902e55986 /doc/api/groups.md | |
| parent | 61ffcab60fef2efcd54b8496aa09de79ee999a2c (diff) | |
| download | gitlab-ce-47abdc10ca7daceac8206a65166b42409a76b459.tar.gz | |
Updated documentation for added Admin APIs
Diffstat (limited to 'doc/api/groups.md')
| -rw-r--r-- | doc/api/groups.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 00a7387c76f..4cde66b1726 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -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 |
