Commit 10d00fc4 authored by Manoj M J's avatar Manoj M J Committed by Marcel Amirault

Update documentation for Members API: Clarify personal projects now show `OWNER` access

parent 6d4c74a8
...@@ -18,10 +18,9 @@ The access levels are defined in the `Gitlab::Access` module. Currently, these l ...@@ -18,10 +18,9 @@ The access levels are defined in the `Gitlab::Access` module. Currently, these l
- Maintainer (`40`) - Maintainer (`40`)
- Owner (`50`) - Only valid to set for groups - Owner (`50`) - Only valid to set for groups
WARNING: NOTE:
Due to [an issue](https://gitlab.com/gitlab-org/gitlab/-/issues/219299), In [GitLab 14.9](https://gitlab.com/gitlab-org/gitlab/-/issues/351211) and later, projects in personal namespaces have an `access_level` of `50`(Owner).
projects in personal namespaces don't show owner (`50`) permission In GitLab 14.8 and earlier, projects in personal namespaces have an `access_level` of `40` (Maintainer) due to [an issue](https://gitlab.com/gitlab-org/gitlab/-/issues/219299)
for owner.
## Limitations ## Limitations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment