Commit 1712406f8a2eacda42133629b3329f3983de7c43

Authored by Marin Jankovski
1 parent 7c3fd694

Add an example.

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
... ...