diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-02-08 15:20:33 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-02-08 15:20:33 +0000 |
commit | 11d33873a8da5f90fd00bf0909dd1e9f8fca1448 (patch) | |
tree | dd8dbff56b8b8915492093b2a56daf9fc4cc1c2d /doc | |
parent | 7fa767fe35e7e7f023ee972bc6034fbdccf84ee7 (diff) | |
parent | 7a33aaf0b87cc0f2fd4167cf10ce482e1979300d (diff) | |
download | gitlab-ce-11d33873a8da5f90fd00bf0909dd1e9f8fca1448.tar.gz |
Merge branch '23104-remove-public-param-for-projects' into 'master'
API: remove `public` param for projects
Closes #23104
See merge request !8736
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 122075bbd11..040153ac880 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -642,7 +642,6 @@ Parameters: | `snippets_enabled` | boolean | no | Enable snippets for this project | | `container_registry_enabled` | boolean | no | Enable container registry for this project | | `shared_runners_enabled` | boolean | no | Enable shared runners for this project | -| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 | | `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) | | `import_url` | string | no | URL to import repository from | | `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members | @@ -676,7 +675,6 @@ Parameters: | `snippets_enabled` | boolean | no | Enable snippets for this project | | `container_registry_enabled` | boolean | no | Enable container registry for this project | | `shared_runners_enabled` | boolean | no | Enable shared runners for this project | -| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 | | `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) | | `import_url` | string | no | URL to import repository from | | `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members | @@ -709,7 +707,6 @@ Parameters: | `snippets_enabled` | boolean | no | Enable snippets for this project | | `container_registry_enabled` | boolean | no | Enable container registry for this project | | `shared_runners_enabled` | boolean | no | Enable shared runners for this project | -| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 | | `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) | | `import_url` | string | no | URL to import repository from | | `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members | |