team_id.team_id。team_id is required and must not be duplicated within the request / team_id は必須、リクエスト内で重複不可team_name is required / team_name は必須team_id must be unique within the system on creation / 新規作成時 team_id は系内で一意team_name, team_name_kana, team_id, and uuid are saved as custom fields.team_name, team_name_kana, team_id, uuid 以外のフィールドはカスタムフィールドとして保存。activity()->withoutLogs(), so no activity logs are recorded.activity()->withoutLogs() でラップされており、活動ログは記録しない。curl --location --request PUT '/teams' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"teams": [
{
"team_id": "string",
"team_name": "string",
"team_name_kana": "string"
}
]
}'{
"code": 0,
"message": "Teams updated successfully",
"data": null
}