Commit 5250b7a6 authored by David Turner's avatar David Turner

Improve the grammar of the API docs

parent bbd83376
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
### Project visibility level ### Project visibility level
Project in GitLab has be either private, internal or public. Project in GitLab can be either private, internal or public.
You can determine it by `visibility` field in project. 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`: * `private`:
Project access must be granted explicitly for each user. Project access must be granted explicitly for each user.
...@@ -21,7 +21,7 @@ Constants for project visibility levels are next: ...@@ -21,7 +21,7 @@ Constants for project visibility levels are next:
## List projects ## 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 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