{
"dataSetId": "test_polygon",
"query": {},
"updateOp": {
"$set": {
"tag.name": "名称被批量改了2"
}
}
}curl --location -g --request PATCH 'http://datam.olmap.cn/dm/v1/api/data/by-query?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "test_polygon",
"query": {},
"updateOp": {
"$set": {
"tag.name": "名称被批量改了2"
}
}
}'{
"err": "",
"success": true,
"msg": "操作成功",
"data": {
"acknowledged": true,
"modifiedCount": 2,
"matchedCount": 2
}
}