Commit d8d942c1 authored by Mike Jang's avatar Mike Jang

Merge branch 'mjang-fix-valid-access-levels-members-api' into 'master'

Add minimal access level as needed to API docs

See merge request gitlab-org/gitlab!49725
parents 42741154 fb865d12
---
stage: Create
group: Source Code
stage: Manage
group: Access
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
type: reference, api
---
......@@ -11,9 +11,11 @@ type: reference, api
## Valid access levels
The access levels are defined in the `Gitlab::Access` module. Currently, these levels are recognized:
The access levels are defined in the `Gitlab::Access` module, and the
following levels are recognized:
- No access (`0`)
- Minimal access (`5`) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.)
- Guest (`10`)
- Reporter (`20`)
- Developer (`30`)
......
......@@ -15,6 +15,7 @@ To send an invitation, you must have access to the project or group you are send
levels are defined in the `Gitlab::Access` module. Currently, these levels are valid:
- No access (`0`)
- Minimal access (`5`) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.)
- Guest (`10`)
- Reporter (`20`)
- Developer (`30`)
......
---
stage: none
group: unassigned
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
......@@ -11,6 +11,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
The access levels are defined in the `Gitlab::Access` module. Currently, these levels are recognized:
- No access (`0`)
- Minimal access (`5`) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.)
- Guest (`10`)
- Reporter (`20`)
- Developer (`30`)
......
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