Skip to content
Snippets Groups Projects
Commit 5250b7a6 authored by David Turner's avatar David Turner
Browse files

Improve the grammar of the API docs

parent bbd83376
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,10 +3,10 @@
 
### Project visibility level
 
Project in GitLab has be either private, internal or public.
You can determine it by `visibility` field in project.
Project in GitLab can be either private, internal or public.
This is determined by the `visibility` field in the project.
 
Constants for project visibility levels are next:
Values for the project visibility level are:
 
* `private`:
Project access must be granted explicitly for each user.
Loading
Loading
@@ -21,7 +21,7 @@ Constants for project visibility levels are next:
 
## List projects
 
Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned.
Get a list of visible projects for authenticated user. When accessed without authentication, only 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