我尝试使用 post /v2/entity 创建或更新实体(如文档中所述),但它不能将分类添加到现有实体,但它可以更新实体的属性。
/v2/entity/bulk/classification
我还尝试使用以下请求进行POST :
{
"classification": {"entityStatus": "ACTIVE", "propagate": True, "removePropagationsOnEntityDelete": True, "typeName": "my_tag"},
"entitiesUniqueAttributes": [{"property1": {"qualifiedName": "my_name"}}],
"entityTypeName": "my_type"
}
它也不起作用。