Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccessLevel enum matches GitLab docs #294

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

snim2
Copy link
Contributor

@snim2 snim2 commented Feb 27, 2021

Valid access levels, according to:

https://docs.gitlab.com/ce/api/access_requests.html

are currently:

  • No access (0)
  • Minimal access (5) (Introduced in GitLab 13.5.)
  • Guest (10)
  • Reporter (20)
  • Developer (30)
  • Maintainer (40)
  • Owner (50) - Only valid to set for groups

This commit ensures that the enum matches the docs.
This is a follow-up to PR #279 -- sorry I missed this one at the time!

Valid access levels, according to:

https://docs.gitlab.com/ce/api/access_requests.html

are currently:

* No access (0)
* Minimal access (5) (Introduced in GitLab 13.5.)
* Guest (10)
* Reporter (20)
* Developer (30)
* Maintainer (40)
* Owner (50) - Only valid to set for groups

This commit ensures that the enum matches the docs.
This is a follow-up to PR smarkets#279.
@qqshfox
Copy link
Contributor

qqshfox commented Apr 30, 2021

Good catch. Thank you @snim2.

@qqshfox qqshfox added this to the 0.10.0 milestone May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants