Add or update team repository
curl --request PUT \
--url https://gogs.example.com/api/v1/admin/teams/{teamid}/repos/{reponame} \
--header 'Authorization: <api-key>'Administration
Add or update team repository
Requires the authenticated user to be a site administrator.
PUT
/
admin
/
teams
/
{teamid}
/
repos
/
{reponame}
Add or update team repository
curl --request PUT \
--url https://gogs.example.com/api/v1/admin/teams/{teamid}/repos/{reponame} \
--header 'Authorization: <api-key>'