updateTeam

Function

Updates a group. Wrapper around updateGroup from arcgis-rest-portal

  • updateTeam(group: IGroup, authentication: IAuthenticationManager) : Promise<{
    groupId:
    string
    success:
    boolean
    }>

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