Commit 4f2c4699461f407d6d95f6b9dc9cc6ba3e00bf5f
Exists in
master
and in
4 other branches
Merge branch 'project_api_readme' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/api/projects.md
... | ... | @@ -84,8 +84,8 @@ GET /projects |
84 | 84 | |
85 | 85 | ### Get single project |
86 | 86 | |
87 | -Get a specific project, identified by project ID or NAME, which is owned by the authentication user. | |
88 | -Currently namespaced projects cannot retrieved by name. | |
87 | +Get a specific project, identified by project ID or NAMESPACE/PROJECT_NAME , which is owned by the authentication user. | |
88 | +If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME is URL-encoded, eg. `/api/v3/projects/diaspora%2Fdiaspora` (where `/` is represented by `%2F`). | |
89 | 89 | |
90 | 90 | ``` |
91 | 91 | GET /projects/:id | ... | ... |