[Schema Inaccuracy] /user/repos
have a team_id
field which is documented to be invalid
#152
Labels
/user/repos
have a team_id
field which is documented to be invalid
#152
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
.The text was updated successfully, but these errors were encountered: