Skip to main content

Update team information

Basic Information

This interface is mainly used to update team information

请求路径
PUT /openapi/v1/teams/{team_id}
Body 请求体示例
{
"region": "string",
"is_active": true,
"creater": 0,
"tenant_alias": "string",
"enterprise_id": "string"
}

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
bodybodyUpdateTeamInfoReqnonone

return result

status codeStatus code meaningillustratedata model
200OKsuccessUpdateTeamInfoReq

Model

UpdateTeamInfoReq

{
"region": "string",
"is_active": true,
"creater": 0,
"tenant_alias": "string",
"enterprise_id": "string"
}

Attributes

nametyperequiredconstraintChinese nameillustrate
regionstringfalsenoneRegiondata center name
is_activebooleanfalsenoneIs activeActivate now
creatorintegerfalsenoneCreaterTeam Owner User ID
tenant_aliasstringfalsenoneTenant aliasteam alias
enterprise_idstringfalsenoneEnterprise idEnterprise ID