diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2013-10-18 09:11:37 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2013-10-18 09:11:37 +0200 |
commit | 1712406f8a2eacda42133629b3329f3983de7c43 (patch) | |
tree | 4fe3f6de9aef80d0ed1cedee24d49e377111f125 /doc/api | |
parent | 7c3fd6941fa72b7a3827cb1cf83d387dd008050e (diff) | |
download | gitlab-ce-1712406f8a2eacda42133629b3329f3983de7c43.tar.gz |
Add an example.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 4 |
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 |