elaichi__team__update
Rename a team or change its description. MERGE, not replace: fields you omit keep their current values (unlike member.set_roles, role.update’s permissions and toolbox.set_entries, which all replace wholesale). Membership is untouched — use team.add_member / team.remove_member for that. Returns the updated team record, the same shape team.get returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Team id (`team_…`) from team.list. | |
| name | No | New name. Omit to leave unchanged. | |
| description | No | New description. Omit to leave unchanged. |