• Update an existing chat topic. Currently, only the name of the topic can be updated. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.

    Example:

    const data = await trieve.updateTopic({
    topic_id: "3c90c3cc-1d76-27198-8888-8dd25736052a",
    name: "NewName"
    });

    Parameters

    Returns Promise<void>