Commit 07fdabbc authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'dturner/grammar' into 'master'

Improve the grammar of the API docs

See merge request !11863
parents 04c32ff1 5250b7a6
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,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.
...@@ -18,7 +18,7 @@ Constants for project visibility levels are next: ...@@ -18,7 +18,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