Commit 13c3f622 authored by Toon Claes's avatar Toon Claes

Update description about GET /projects endpoint

It returns all projects visible for the authenticated user, not just
the project they are member of.
parent 7f2819b7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment