admin
permissions for the project. The project and team must be part of the same organization.curl --location --request PUT 'https://api.github.com/teams//projects/' \
--header 'Content-Type: application/json' \
--data-raw '{
"permission": "read"
}'
{}
permission
attribute will be used to determine what permission to grant the team on this project. Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling this endpoint. For more information, see "HTTP verbs."