Update

POST insightmaker/ds/document/<dataset>/<id>

(id is the document ID to be updated)

Body:

{
	"metadata.a": "value a",
	"models.b": "value b"
}

Note: The keys must be fully qualified InsightMaker properties, starting with entities, metadata or models (or nothing if core) and the property must be correctly configured in control hub.

Response:

Blank 200 response if successful.

A value of none will erase a property.