admin permissions for the project. The project and team must be part of the same organization.curl --location --request PUT 'https://service1.exmaple.com/teams//projects/' \
--header 'Content-Type: application/json' \
--data '{
"permission": "read"
}'{
"message": "Must have admin rights to Repository.",
"documentation_url": "https://docs.github.com/enterprise-server@3.9/rest/teams/teams#add-or-update-team-project-permissions"
}