Update description about GET /projects endpoint

It returns all projects visible for the authenticated user, not just
the project they are member of.
This commit is contained in:
Toon Claes 2017-03-06 14:04:20 +01:00
parent 7f2819b778
commit 13c3f622cb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Constants for project visibility levels are next:
## List projects
Get a list of projects for which the authenticated user is a member.
Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned.
```
GET /projects