• Update a chunk_group. One of group_id or tracking_id must be provided. If you try to change the tracking_id to one that already exists, this operation will fail. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.

    Example:

    const data = await trieve.updateGroup({
    group_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    });

    Parameters

    Returns Promise<void>