Commit 131aff76e0393bfb831739d0fb51170b4cd4ca8c
Exists in
master
and in
4 other branches
Merge branch 'master' of dev.gitlab.org: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,8 +84,8 @@ GET /projects | ||
| 84 | 84 | ||
| 85 | ### Get single project | 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 | GET /projects/:id | 91 | GET /projects/:id |