• Updates a group.

    Parameters

    • groupInfo: IGroup

      The base info of a group; note that this content will be serialized, which doesn't work for binary content

    • authentication: UserSession

      Credentials for request

    • Optional additionalParams: any

      Updates that are put under the params property, which is not serialized

    Returns Promise<{
        groupId: string;
        success: boolean;
    }>

    A Promise that will resolve with the success/failure status of the request