Commit 3d3c6674fbea1b9099e80e1fc1768f85ecd3bf14
1 parent
ab057bb5
Exists in
master
and in
4 other branches
Typo fixed
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/api/projects.md
... | ... | @@ -117,8 +117,8 @@ PUT /projects/:id/add_users |
117 | 117 | Parameters: |
118 | 118 | |
119 | 119 | + `id` (required) - The ID or code name of a project |
120 | -+ `user_ids` (required) - new project name | |
121 | -+ `project_access` (required) - new project name | |
120 | ++ `user_ids` (required) - The ID list of users to add | |
121 | ++ `project_access` (required) - Project access level | |
122 | 122 | |
123 | 123 | Will return updated project with status `200 OK` on success, or `404 Not found` on fail. |
124 | 124 | ... | ... |