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.