summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavin Walker <dwalker@gitlab.com>2018-03-23 20:23:59 +0000
committerDavin Walker <dwalker@gitlab.com>2018-03-23 20:23:59 +0000
commit690490d3f6c0a0aea55722221088e5cdabe93ef2 (patch)
tree686888558694d4b3e4a63bb54c9e9bed4c0f753d
parent63ff41a1602888fb07c2f61fb9964ee71e852ca1 (diff)
downloadgitlab-ce-44602-clarify-update-docs-text-about-restrictions.tar.gz
Update api restrictions description44602-clarify-update-docs-text-about-restrictions
-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 0b5b1f0c134..c1119d6fe04 100644
--- a/doc/api/settings.md
+++ b/doc/api/settings.md
@@ -131,7 +131,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 |