• Parameters

    • connectionOptions: {
          apiUrl: string;
          headers: Object;
      }
      • apiUrl: string

        Target annotation database API URL

      • headers: Object

        Headers responsible for authenticating the request and the Hypothes.is Accept header

    • groupId: string

      ID of the group to update

    • updatedGroup: {
          description?: string;
          groupid?: string;
          name?: string;
      }

      Updated group

      • Optional description?: string
      • Optional groupid?: string
      • Optional name?: string

    Returns Promise<Group>

Generated using TypeDoc