Add an example.
This commit is contained in:
parent
7c3fd6941f
commit
1712406f8a
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ GET /projects
|
||||||
|
|
||||||
### Get single project
|
### Get single project
|
||||||
|
|
||||||
Get a specific project, identified by project ID or NAME, which is owned by the authentication user.
|
Get a specific project, identified by project ID or NAMESPACE/PROJECT_NAME , which is owned by the authentication user.
|
||||||
Currently namespaced projects cannot retrieved by name.
|
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
|
GET /projects/:id
|
||||||
|
|
Loading…
Reference in a new issue