Skip to content
Snippets Groups Projects
Commit 13c3f622 authored by Toon Claes's avatar Toon Claes
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment