Update Single Document

InsightMaker.update(dataset, document_id, body)

Allows you to update a single document, given its id.

Parameters:

Response:

True

Example:

im.update("documents", "SoXQt3UBC7u0ycD7FRg2", {"metadata.title": "Hello Python"})