List teams of an organization
curl --request GET \
--url https://gogs.example.com/api/v1/orgs/{orgname}/teams \
--header 'Authorization: <api-key>'[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"permission": "read"
}
]Organizations
List teams of an organization
GET
/
orgs
/
{orgname}
/
teams
List teams of an organization
curl --request GET \
--url https://gogs.example.com/api/v1/orgs/{orgname}/teams \
--header 'Authorization: <api-key>'[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"permission": "read"
}
]