跳到主要内容

更新团队信息

基本信息

该接口主要用于更新团队信息

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

请求参数

名称位置类型必选中文名说明
team_idpathstringnone
bodybodyUpdateTeamInfoReqnone

返回结果

状态码状态码含义说明数据模型
200OK成功UpdateTeamInfoReq

模型

UpdateTeamInfoReq

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

属性

名称类型必选约束中文名说明
regionstringfalsenoneRegion数据中心名称
is_activebooleanfalsenoneIs active是否激活
createrintegerfalsenoneCreater团队拥有者用户ID
tenant_aliasstringfalsenoneTenant alias团队别名
enterprise_idstringfalsenoneEnterprise id企业ID