diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-05-18 08:49:03 +0000 |
---|---|---|
committer | Sean Packham (GitLab) <sean@seanpackham.com> | 2017-05-18 08:49:03 +0000 |
commit | 18a2928732e4bf371f7aaa4b120a8e16861bced9 (patch) | |
tree | 6f6f97aac9e910e6d24294ebb3482335eb2ca0eb /doc/api/projects.md | |
parent | c53cd85086834f8c05598ba2052250157f388d2e (diff) | |
download | gitlab-ce-18a2928732e4bf371f7aaa4b120a8e16861bced9.tar.gz |
Add "API" to all respective headings (h1s)
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 673cf02705d..6b919f71792 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1,6 +1,5 @@ # Projects API - ### Project visibility level Project in GitLab has be either private, internal or public. @@ -17,8 +16,6 @@ Constants for project visibility levels are next: * `public`: The project can be cloned without any authentication. - - ## List projects Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned. |