diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-21 02:47:55 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-21 02:47:55 -0800 |
commit | a567d596f85b2f2f23e8e6f31f0eb3fa957f2c48 (patch) | |
tree | 0fb17b0406f75d11865a20a883c128315f48edd7 /doc | |
parent | 0efc903eef01d2f1081fc9cf5fa68893c01e959a (diff) | |
parent | 77d632890bce9835929daeec829b529799915815 (diff) | |
download | gitlab-ce-a567d596f85b2f2f23e8e6f31f0eb3fa957f2c48.tar.gz |
Merge pull request #2305 from gitlabhq/fix_gfm_auto_complete
Fix and refactoring gfm_autocomplete
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index fac4107fd93..c8cb263e705 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -126,6 +126,7 @@ GET /projects/:id/members Parameters: + `id` (required) - The ID or code name of a project ++ `query` - Query string ## Get project team member |