summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavin Walker <dishcandanty@gmail.com>2018-05-28 09:57:17 -0600
committerDavin Walker <dishcandanty@gmail.com>2018-05-28 09:57:17 -0600
commitd6e3a6b5fb79ae1983daf096bf87fe14d298e6dc (patch)
tree3cd8d8bc806f5479a6111b1aa62b1419cf1c8030 /doc
parent65bfec654a1ff2894e7829573d266f8d63c846f2 (diff)
downloadgitlab-ce-d6e3a6b5fb79ae1983daf096bf87fe14d298e6dc.tar.gz
include groups in description
Diffstat (limited to 'doc')
-rw-r--r--doc/api/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md
index e06b1bfb6df..1ebfe4924b1 100644
--- a/doc/api/settings.md
+++ b/doc/api/settings.md
@@ -133,7 +133,7 @@ PUT /application/settings
| `repository_checks_enabled` | boolean | no | GitLab will periodically run 'git fsck' in all project and wiki repositories to look for silent disk corruption issues. |
| `repository_storages` | array of strings | no | A list of names of enabled storage paths, taken from `gitlab.yml`. New projects will be created in one of these stores, chosen at random. |
| `require_two_factor_authentication` | boolean | no | Require all users to setup Two-factor authentication |
-| `restricted_visibility_levels` | array of strings | no | Selected levels cannot be used by non-admin users for projects or snippets. Can take `private`, `internal` and `public` as a parameter. Default is null which means there is no restriction. |
+| `restricted_visibility_levels` | array of strings | no | Selected levels cannot be used by non-admin users for groups, projects or snippets. Can take `private`, `internal` and `public` as a parameter. Default is null which means there is no restriction. |
| `rsa_key_restriction` | integer | no | The minimum allowed bit length of an uploaded RSA key. Default is `0` (no restriction). `-1` disables RSA keys. |
| `send_user_confirmation_email` | boolean | no | Send confirmation email on sign-up |
| `sentry_dsn` | string | yes (if `sentry_enabled` is true) | Sentry Data Source Name |