Commit fb865d12 authored by Mike Jang's avatar Mike Jang

Add minimal access level as needed to API docs

parent d7406570
--- ---
stage: Create stage: Manage
group: Source Code 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" 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 type: reference, api
--- ---
...@@ -11,9 +11,11 @@ type: reference, api ...@@ -11,9 +11,11 @@ type: reference, api
## Valid access levels ## 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`) - No access (`0`)
- Minimal access (`5`) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.)
- Guest (`10`) - Guest (`10`)
- Reporter (`20`) - Reporter (`20`)
- Developer (`30`) - Developer (`30`)
......
...@@ -15,6 +15,7 @@ To send an invitation, you must have access to the project or group you are send ...@@ -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: levels are defined in the `Gitlab::Access` module. Currently, these levels are valid:
- No access (`0`) - No access (`0`)
- Minimal access (`5`) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.)
- Guest (`10`) - Guest (`10`)
- Reporter (`20`) - Reporter (`20`)
- Developer (`30`) - Developer (`30`)
......
--- ---
stage: none stage: Manage
group: unassigned 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 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 ...@@ -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: The access levels are defined in the `Gitlab::Access` module. Currently, these levels are recognized:
- No access (`0`) - No access (`0`)
- Minimal access (`5`) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.)
- Guest (`10`) - Guest (`10`)
- Reporter (`20`) - Reporter (`20`)
- Developer (`30`) - 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