Edit Group
edit_groupUpdate an existing group's name, color, sharing settings, or team members. Retrieve group IDs with get_groups before editing.
Instructions
Update an existing group's properties. Use get_groups to find group IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated group name | |
| color | No | Updated group color | |
| sharing | No | Updated sharing setting | |
| group_id | Yes | The GroupId to edit | |
| team_ids | No | Updated team IDs |