Update team information

Basic Information

This interface is mainly used to update team information

请求路径

  1. PUT /openapi/v1/teams/{team_id}

Body 请求体示例

  1. {
  2. "region": "string",
  3. "is_active": true,
  4. "creater": 0,
  5. "tenant_alias": "string",
  6. "enterprise_id": "string"
  7. }

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
bodybodyUpdateTeamInfoReqnonone

return result

status codeStatus code meaningillustratedata model
200OKsuccessUpdateTeamInfoReq

Model

UpdateTeamInfoReq

  1. {
  2. "region": "string",
  3. "is_active": true,
  4. "creater": 0,
  5. "tenant_alias": "string",
  6. "enterprise_id": "string"
  7. }

Attributes

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