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
.repos.listForOrg()'s type parameter can now be set to "internal" (GitHub Enterprise Cloud only)
visibility parameter for .repos.createForAuthenticatedUser() and .repos.createInOrg()
new delete_branch_on_merge parameter for .repos.createForAuthenticatedUser(), .repos.createInOrg(), .repos.update()
new parameters for .orgs.update(): members_can_create_internal_repositories, members_can_create_private_repositories, members_can_create_public_repositories
new parameters for .repos.updateBranchProtection(): allow_deletions, allow_force_pushes, required_linear_history
rename & deprecation of endpoint methods using /teams/:team_id* path internally. The are being replaced by *ForOrg methods that use /orgs/:org/teams/:team_slug* internally. With the next breaking version, the *ForOrg suffix will be removed using another deprecation.