diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2013-10-02 16:41:01 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2013-10-02 16:41:01 +0200 |
commit | da54a1e644254687225a7351dc44bb28d688600a (patch) | |
tree | a9d30184edf8dfb90298e0079d45ab9960e9d0a3 /doc/api/projects.md | |
parent | d7ec7c794aee1a2749fd3e832c9fac312d003c63 (diff) | |
download | gitlab-ce-da54a1e644254687225a7351dc44bb28d688600a.tar.gz |
Update group access levels in docs.
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index d247c07ece4..0f73fb434da 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -221,18 +221,6 @@ Parameters: + `snippets_enabled` (optional) + `public` (optional) -**Project access levels** - -The project access levels are defined in the `Gitlab::Access` module. Currently, these levels are recognized: - -``` - GUEST = 10 - REPORTER = 20 - DEVELOPER = 30 - MASTER = 40 - OWNER = 50 -``` - ### Create project for user |