Update
POST insightmaker/ds/document/<dataset>/<id>
id is the document ID to be updated.
Body
{
"metadata.a": "value a",
"models.b": "value b"
}
Response
Blank 200 response if successful. A value of none will erase a property.
Last updated