diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-30 13:59:29 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-30 13:59:29 +0300 |
commit | 4deb457582b6844e45217417dd30a4ee2195018b (patch) | |
tree | 5fcb1404852cc6740cb90969074a63ae43e68ee5 | |
parent | 278250821cc83a6357087dc585c27e2884d53b15 (diff) | |
parent | 72fc36e11ce3bfdb1f894cea5374830eed8f40d0 (diff) | |
download | gitlab-ce-4deb457582b6844e45217417dd30a4ee2195018b.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r-- | doc/api/groups.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 9c551fff83a..fb77901c65b 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -54,7 +54,7 @@ POST /groups/:id/projects/:project_id Parameters: + `id` (required) - The ID of a group -+ `project_id (required) - The ID of a project ++ `project_id` (required) - The ID of a project ## Group members |