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/api
diff options
context:
space:
mode:
authormiks <miks@cubesystems.lv>2012-09-06 17:32:26 +0400
committermiks <miks@cubesystems.lv>2012-09-06 17:32:26 +0400
commit3d3c6674fbea1b9099e80e1fc1768f85ecd3bf14 (patch)
tree1cfb3a8c288d9e0bc21d9d682365465b83326c54 /doc/api
parentab057bb5dbf5806365d42371c968290235c555a8 (diff)
Typo fixed
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md4
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.