You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Kalyani Kashikar (JIRA)" <ji...@apache.org> on 2017/05/26 11:01:04 UTC

[jira] [Created] (ATLAS-1833) (Create Tag) - If a Tag is created without description then in update Description tag name appears.

Kalyani Kashikar created ATLAS-1833:
---------------------------------------

             Summary: (Create Tag) - If a Tag is created without description then in update Description tag name appears.
                 Key: ATLAS-1833
                 URL: https://issues.apache.org/jira/browse/ATLAS-1833
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: Kalyani Kashikar
            Assignee: Nixon Rodrigues


requestJSON -
{code}
{
	"classificationDefs": [{
		"name": "test2",
		"description": "",
		"superTypes": [],
		"attributeDefs": []
	}],
	"entityDefs": [],
	"enumDefs": [],
	"structDefs": []
}
{code}
ResponseJSON :
{code}
{
	"enumDefs": [],
	"structDefs": [],
	"classificationDefs": [{
		"category": "CLASSIFICATION",
		"guid": "cb2af955-d2de-4754-bcdf-58f76763c293",
		"createTime": 1495795905288,
		"updateTime": 1495795905288,
		"version": 1,
		"name": "test2",
		"description": "test2",
		"typeVersion": "1.0",
		"attributeDefs": [],
		"superTypes": []
	}],
	"entityDefs": []
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)