summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-20 17:55:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-20 17:55:49 +0300
commit131aff76e0393bfb831739d0fb51170b4cd4ca8c (patch)
treebee2ad94a980ea7d8433f2dfbbb19b6ddd57a33e
parente247a7c9eb52d31e99394364cb325f7cb401786e (diff)
parent4f2c4699461f407d6d95f6b9dc9cc6ba3e00bf5f (diff)
downloadgitlab-ce-131aff76e0393bfb831739d0fb51170b4cd4ca8c.tar.gz
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
-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 e7230d02aef..3ae9af59fc3 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -84,8 +84,8 @@ GET /projects
### Get single project
-Get a specific project, identified by project ID or NAME, which is owned by the authentication user.
-Currently namespaced projects cannot retrieved by name.
+Get a specific project, identified by project ID or NAMESPACE/PROJECT_NAME , which is owned by the authentication user.
+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`).
```
GET /projects/:id