diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-05-02 07:49:34 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-05-02 07:49:34 +0000 |
commit | 22c45a9ee71c687b240a78c2cb154d90550b1430 (patch) | |
tree | b9dcbf9249b81491148025c1c2c01be317778be0 /doc | |
parent | 8b0b4ecee20e24b52168065ef4c728b370be7ae9 (diff) | |
parent | 564050ec0ff4bd642e7d1963b185403042af5696 (diff) | |
download | gitlab-ce-22c45a9ee71c687b240a78c2cb154d90550b1430.tar.gz |
Merge branch 'jr-33320-lfs-settings-interface' into 'master'
Enable LFS setting UI for Masters and Owners
Closes #33320
See merge request gitlab-org/gitlab-ce!18562
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md index 0e29740b15f..0d592a6d43e 100644 --- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md +++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md @@ -251,13 +251,4 @@ It is possible to host LFS objects externally by setting a custom LFS url with ` Because GitLab verifies the existence of objects referenced by LFS pointers, push will fail when LFS is enabled for the project. -LFS can be disabled for a project by Owners and Masters using the [Project API](../../api/projects.md#edit-project). - -```bash -curl --request PUT \ - --url https://example.com/api/v4/projects/<PROJECT_ID> \ - --header 'Private-Token: <YOUR_PRIVATE_TOKEN>' \ - --data 'lfs_enabled=false' -``` - -Note, `<PROJECT_ID>` can also be substituted with a [namespaced path](../../api/README.md#namespaced-path-encoding). +LFS can be disabled from the [Project settings](../../user/project/settings/index.md). |