Updated documentation for added Admin APIs
This commit is contained in:
parent
61ffcab60f
commit
47abdc10ca
3 changed files with 50 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue