Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-01-02 21:19:47 +0300
committerMark Fletcher <mark@gitlab.com>2017-01-03 12:25:56 +0300
commitb5f4fc843ab37efc8010a52aedda16a224d971fd (patch)
tree9599ebd278ab217e42fe68905fb82f4822237715 /doc
parentc2173a1464abe4048486ffe350ad65545ce239ce (diff)
Fix groups API to accept path when transferring a project
* Use standard helpers for finding group and project
Diffstat (limited to 'doc')
-rw-r--r--doc/api/groups.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index bc737bff8ee..f7807390e68 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -335,7 +335,7 @@ POST /groups/:id/projects/:project_id
Parameters:
- `id` (required) - The ID or path of a group
-- `project_id` (required) - The ID of a project
+- `project_id` (required) - The ID or path of a project
## Update group