Open
Description
Schema Inaccuracy
According to its documentation, team_id
is not valid on user repositories. But since the request body of user and organisation repository types are specified separately, why have this field at all on the user endpoint?
Expected
Not having the field on user repositories, and the mention seems unnecessary in the documentation of that field in /orgs/{org}/repos
.