We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the documentation for Add or update team repository permissions (https://docs.github.com/en/rest/teams/teams#add-or-update-team-repository-permissions) the possible permissions are: pull, push, admin, maintain, triage
Add or update team repository permissions
pull
push
admin
maintain
triage
They don't match the one listed on the GitHub interface, which are instead: read, triage, write, maintain, admin
read
write
The accepted values for the property permission should be: read, triage, write, maintain, admin
permission
The text was updated successfully, but these errors were encountered:
I can confirm this behavior.
Sorry, something went wrong.
Translate role names to handle GitHub API inconsistency
ce433cb
See github/rest-api-description#1378 Closes scientific-python#7
Translate role names to handle GitHub API inconsistency (#8)
352acfa
See github/rest-api-description#1378 Closes #7
No branches or pull requests
Schema Inaccuracy
In the documentation for
Add or update team repository permissions
(https://docs.github.com/en/rest/teams/teams#add-or-update-team-repository-permissions) the possible permissions are:pull
,push
,admin
,maintain
,triage
They don't match the one listed on the GitHub interface, which are instead:
read
,triage
,write
,maintain
,admin
Expected
The accepted values for the property
permission
should be:read
,triage
,write
,maintain
,admin
The text was updated successfully, but these errors were encountered: