Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
Created a tag and POSTed using V1 APIs :
/api/atlas/entities/guid/traits
POST json :
{ "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Struct", "typeName":"tag2", "values":{ "name":"abc" } }
The tag is associated. POSTed the same JSON again . Request succeeded with 201 Created. Audits tab also has a Tag Added Event for tag being added for the second time.