Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-10 18:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-10 18:10:24 +0300
commitbd5eb9f0201cf39ecfb0e754787a2297d5fdf051 (patch)
treeb3770a3806de9bf16a106474e4e8b0b57f4076a3 /doc/api/projects.md
parent0ecdc32a425d18a762fb7723c2063e864065b571 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r--doc/api/projects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 3e4f41caaab..3c19a789561 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -1072,6 +1072,7 @@ GET /projects/:id/groups
| `skip_groups` | array of integers | **{dotted-circle}** No | Skip the group IDs passed. |
| `with_shared` | boolean | **{dotted-circle}** No | Include projects shared with this group. Default is `false`. |
| `shared_min_access_level` | integer | **{dotted-circle}** No | Limit to shared groups with at least this [access level](members.md#valid-access-levels). |
+| `shared_visible_only` | boolean | **{dotted-circle}** No | Limit to shared groups user has access to. |
```json
[