You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
permission string
Deprecated. The permission that new repositories will be added to the team with when none is specified.
Default: pull
Can be one of pull, push, admin
but the admin value is not being accepted, I am getting an error response
{
"message": "Setting team permission to admin is no longer supported",
"documentation_url": "https://docs.github.com/rest/reference/teams/#update-a-team-legacy"
}
Expected
The docs and the open api specs should remove the admin value as one of the possible values.
The text was updated successfully, but these errors were encountered:
notauserx
changed the title
Update a team endpoint doesn't accept admin as a permission
[Schema Inaccuracy] Update a team and Update a team(legacy) endpoint doesn't accept admin as a permission
Dec 7, 2022
Schema Inaccuracy
In the open API specs and docs
permission string
Deprecated. The permission that new repositories will be added to the team with when none is specified.
Default: pull
Can be one of pull, push, admin
but the admin value is not being accepted, I am getting an error response
Expected
The docs and the open api specs should remove the admin value as one of the possible values.
The text was updated successfully, but these errors were encountered: