updateTeam
Update a team's name, description, and/or membership policy. Requires the 'manage_group' team permission (app admins bypass).
updateTeam(
input: UpdateTeamInput!
): Group!
Arguments
updateTeam.input ● UpdateTeamInput! non-null input
The team id plus the fields to change (omitted fields are left as-is).
Type
Group object
A generic group. groupType discriminates teams ('team'), channels ('channel'), and grid-access groups ('grid').