diff options
author | miks <miks@cubesystems.lv> | 2012-09-06 16:32:26 +0300 |
---|---|---|
committer | miks <miks@cubesystems.lv> | 2012-09-06 16:32:26 +0300 |
commit | 3d3c6674fbea1b9099e80e1fc1768f85ecd3bf14 (patch) | |
tree | 1cfb3a8c288d9e0bc21d9d682365465b83326c54 /doc | |
parent | ab057bb5dbf5806365d42371c968290235c555a8 (diff) | |
download | gitlab-ce-3d3c6674fbea1b9099e80e1fc1768f85ecd3bf14.tar.gz |
Typo fixed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 85b88d40fe8..972ea67ed3c 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -117,8 +117,8 @@ PUT /projects/:id/add_users Parameters: + `id` (required) - The ID or code name of a project -+ `user_ids` (required) - new project name -+ `project_access` (required) - new project name ++ `user_ids` (required) - The ID list of users to add ++ `project_access` (required) - Project access level Will return updated project with status `200 OK` on success, or `404 Not found` on fail. |