updateTeam
Updates a group. Wrapper around updateGroup from arcgis-rest-portal
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
group Required | IGroup |
Group object that's being updated |
|
authentication Required | IAuthenticationManager |
Auth |
Returns
{Promise<{ success: boolean; groupId: string }>}
Promise<{
- groupId:
- string
- success:
- boolean
Function defined in teams/src/update-team.ts:13