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-04-05 15:09:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-05 15:09:17 +0300
commit2e32e03fc2aa93d8b6ef8f5b8e0fedc1faaf0ed7 (patch)
treebaaa39d39177ef4f03112cf7f2c8281160906052 /doc/api/members.md
parentdad900361beb9af2474a86af96ad44fb61dc825d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/members.md')
-rw-r--r--doc/api/members.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/members.md b/doc/api/members.md
index b917ca98562..794713ad69a 100644
--- a/doc/api/members.md
+++ b/doc/api/members.md
@@ -90,7 +90,9 @@ Example response:
Gets a list of group or project members viewable by the authenticated user, including inherited members and permissions through ancestor groups.
-If a user is a member of this group or project and also of one or more ancestor groups, only its membership with the highest `access_level` is returned.
+If a user is a member of this group or project and also of one or more ancestor groups,
+only its membership with the highest `access_level` is returned.
+([Improved](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56677)] in GitLab 13.11.)
This represents the effective permission of the user.
This function takes pagination parameters `page` and `per_page` to restrict the list of users.
@@ -494,7 +496,7 @@ DELETE /projects/:id/members/:user_id
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project or group](README.md#namespaced-path-encoding) owned by the authenticated user |
| `user_id` | integer | yes | The user ID of the member |
-| `skip_subresources` | boolean | false | Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. Default is `false`. |
+| `skip_subresources` | boolean | false | Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. Default is `false`. |
| `unassign_issuables` | boolean | false | Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. Default is `false`. |
Example request: