# Schema Inaccuracy In the documentation for `Add or update team repository permissions` (https://docs.github.com/en/rest/teams/teams#add-or-update-team-repository-permissions) the possible permissions are: `pull`, `push`, `admin`, `maintain`, `triage` They don't match the one listed on the GitHub interface, which are instead: `read`, `triage`, `write`, `maintain`, `admin` ## Expected The accepted values for the property `permission` should be: `read`, `triage`, `write`, `maintain`, `admin`