summaryrefslogtreecommitdiff
path: root/doc/api/project_snippets.md
diff options
context:
space:
mode:
authorJeremy Watson <jwatson@gitlab.com>2019-07-03 01:41:50 +0000
committerEvan Read <eread@gitlab.com>2019-07-03 01:41:50 +0000
commite83222a60f4935826025e13a352aefb258034b32 (patch)
tree2c2e5ef433d94c069ecfe14e517c71b68a654b30 /doc/api/project_snippets.md
parent8cbe2027d0d86dbeb9343a75000b2da8d5e61d8b (diff)
downloadgitlab-ce-e83222a60f4935826025e13a352aefb258034b32.tar.gz
Docs update for visibility restriction on GitLab.com
Diffstat (limited to 'doc/api/project_snippets.md')
-rw-r--r--doc/api/project_snippets.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md
index 0ccb0517e08..2b2e40fb276 100644
--- a/doc/api/project_snippets.md
+++ b/doc/api/project_snippets.md
@@ -13,6 +13,12 @@ Constants for snippet visibility levels are:
| `internal` | The snippet is visible for any logged in user |
| `public` | The snippet can be accessed without any authentication |
+NOTE: **Note:**
+From July 2019, the `Internal` visibility setting is disabled for new projects, groups,
+and snippets on GitLab.com. Existing projects, groups, and snippets using the `Internal`
+visibility setting keep this setting. You can read more about the change in the
+[relevant issue](https://gitlab.com/gitlab-org/gitlab-ee/issues/12388).
+
## List snippets
Get a list of project snippets.