diff --git a/doc/api/projects.md b/doc/api/projects.md index e7230d02aef3236ed64cc7a8d9e55da54d6348e8..3ae9af59fc3ec089260e1c4f4ae70210d9648551 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