You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ap...@apache.org on 2018/10/22 16:14:51 UTC

[09/27] atlas-website git commit: Updated REST docs for 1.x releases (part 2)

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/application.wadl
----------------------------------------------------------------------
diff --git a/api/v2/application.wadl b/api/v2/application.wadl
index 5478ea3..ee44ccb 100644
--- a/api/v2/application.wadl
+++ b/api/v2/application.wadl
@@ -15,11 +15,14 @@
         <wadl:doc><![CDATA[Create new entity or update existing entity in Atlas.
 Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -41,6 +44,7 @@ Existing entity is matched using its unique guid if supplied or by its unique at
         </wadl:request>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of glossary entities fitting the above criteria]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -52,6 +56,8 @@ Existing entity is matched using its unique guid if supplied or by its unique at
         <wadl:request>
           <wadl:doc><![CDATA[Glossary definition, terms & categories can be anchored to a glossary
 using the anchor attribute when creating the Term/Category]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -63,6 +69,7 @@ using the anchor attribute when creating the Term/Category]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -72,11 +79,14 @@ using the anchor attribute when creating the Term/Category]]></wadl:doc>
       <wadl:method name="POST">
         <wadl:doc><![CDATA[Create a new relationship between entities.]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -86,11 +96,14 @@ using the anchor attribute when creating the Term/Category]]></wadl:doc>
       <wadl:method name="PUT">
         <wadl:doc><![CDATA[Update an existing relationship between entities.]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -109,6 +122,7 @@ using the anchor attribute when creating the Term/Category]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -119,11 +133,14 @@ using the anchor attribute when creating the Term/Category]]></wadl:doc>
         <wadl:doc><![CDATA[Bulk API to create new entities or update existing entities in Atlas.
 Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -139,6 +156,7 @@ Existing entity is matched using its unique guid if supplied or by its unique at
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -149,6 +167,8 @@ Existing entity is matched using its unique guid if supplied or by its unique at
         <wadl:doc><![CDATA[Create glossary category in bulk]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[glossary category definitions]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -157,6 +177,7 @@ Existing entity is matched using its unique guid if supplied or by its unique at
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -168,6 +189,8 @@ Existing entity is matched using its unique guid if supplied or by its unique at
         <wadl:request>
           <wadl:doc><![CDATA[glossary category definition, a category must be anchored to a Glossary when creating
 Optionally, terms belonging to the category and the hierarchy can also be defined during creation]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -179,6 +202,7 @@ Optionally, terms belonging to the category and the hierarchy can also be define
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -190,6 +214,8 @@ Optionally, terms belonging to the category and the hierarchy can also be define
         <wadl:request>
           <wadl:doc><![CDATA[Glossary term definition, a term must be anchored to a Glossary at the time of creation
 optionally it can be categorized as well]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -201,6 +227,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -211,6 +238,8 @@ optionally it can be categorized as well]]></wadl:doc>
         <wadl:doc><![CDATA[Create glossary terms in bulk]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[glossary term definitions]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -219,6 +248,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -234,6 +264,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -247,6 +278,8 @@ optionally it can be categorized as well]]></wadl:doc>
         <wadl:doc><![CDATA[Update the given glossary]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[Updated glossary definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -258,6 +291,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -299,6 +333,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[AtlasLineageInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -332,6 +367,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -365,6 +401,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -375,6 +412,8 @@ optionally it can be categorized as well]]></wadl:doc>
         <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[Search parameters]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -383,6 +422,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -413,6 +453,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -440,6 +481,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -476,6 +518,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -485,11 +528,14 @@ optionally it can be categorized as well]]></wadl:doc>
       <wadl:method name="POST">
         <wadl:doc><![CDATA[]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[the saved search-object]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -499,11 +545,14 @@ optionally it can be categorized as well]]></wadl:doc>
       <wadl:method name="PUT">
         <wadl:doc><![CDATA[]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[the updated search-object]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -519,6 +568,7 @@ optionally it can be categorized as well]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[list of all saved searches for given user]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -529,6 +579,7 @@ optionally it can be categorized as well]]></wadl:doc>
         <wadl:doc><![CDATA[Bulk retrieval API for retrieving all type definitions in Atlas]]></wadl:doc>
         <wadl:response status="200">
           <wadl:doc><![CDATA[A composite wrapper object with lists of all type definitions]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -540,6 +591,8 @@ optionally it can be categorized as well]]></wadl:doc>
 Any changes to the existing definitions will be discarded]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[A composite wrapper object with corresponding lists of the type definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -549,6 +602,7 @@ Any changes to the existing definitions will be discarded]]></wadl:doc>
         <wadl:response status="200">
           <wadl:doc><![CDATA[A composite wrapper object with lists of type definitions that were successfully
 created]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -559,6 +613,8 @@ created]]></wadl:doc>
         <wadl:doc><![CDATA[Bulk update API for all types, changes detected in the type definitions would be persisted]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[A composite object that captures all type definition changes]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -567,6 +623,7 @@ created]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[A composite object with lists of type definitions that were updated]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -577,6 +634,8 @@ created]]></wadl:doc>
         <wadl:doc><![CDATA[Bulk delete API for all types]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[A composite object that captures all types to be deleted]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -608,6 +667,7 @@ created]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[AtlasEntity]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -623,6 +683,8 @@ Supports only uprimitive attribute type and entity references.
 does not support updation of complex types like arrays, maps
 Null updates are not possible]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
           <wadl:param name="name" style="query">
@@ -631,6 +693,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -646,6 +709,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -667,6 +731,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -685,6 +750,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -698,6 +764,8 @@ Null updates are not possible]]></wadl:doc>
         <wadl:doc><![CDATA[Update the given glossary category]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[updated glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -709,6 +777,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -741,6 +810,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -754,6 +824,8 @@ Null updates are not possible]]></wadl:doc>
         <wadl:doc><![CDATA[Update the given glossary term]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[updated glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -765,6 +837,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Updated glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -806,6 +879,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of associated categories]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -824,6 +898,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -837,6 +912,8 @@ Null updates are not possible]]></wadl:doc>
         <wadl:doc><![CDATA[Partially update the glossary]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -848,6 +925,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Updated glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -875,6 +953,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of terms associated with the glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -893,6 +972,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -933,6 +1013,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -946,6 +1027,7 @@ Null updates are not possible]]></wadl:doc>
         <wadl:doc><![CDATA[Bulk retrieval API for all type definitions returned as a list of minimal information header]]></wadl:doc>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of AtlasTypeDefHeader AtlasTypeDefHeader]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -958,6 +1040,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[a list of classifications for the given entity guid]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -987,7 +1070,7 @@ Null updates are not possible]]></wadl:doc>
         <wadl:request>
           <wadl:representation mediaType="application/json">
           </wadl:representation>
-          <wadl:representation mediaType="application/xml" element="atlasClassification">
+          <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
       </wadl:method>
@@ -1003,6 +1086,7 @@ Null updates are not possible]]></wadl:doc>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[AtlasEntity]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1031,6 +1115,7 @@ GET /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[AtlasEntityWithExtInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1055,11 +1140,14 @@ The REST request would look something like this
 
 PUT /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl:doc>
         <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1085,6 +1173,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1098,6 +1187,8 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         <wadl:doc><![CDATA[Partially update the glossary category]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -1109,6 +1200,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Updated glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1133,6 +1225,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[List of related categories]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1160,6 +1253,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of associated terms]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1173,6 +1267,8 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         <wadl:doc><![CDATA[Partially update the glossary term]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -1184,6 +1280,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Updated glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1211,6 +1308,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1224,6 +1322,8 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         <wadl:doc><![CDATA[Assign the given term to the provided list of entity headers]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[Related Entity IDs to which the term has to be associated]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -1244,6 +1344,8 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         <wadl:doc><![CDATA[Remove the term assignment for the given list of entity headers]]></wadl:doc>
         <wadl:request>
           <wadl:doc><![CDATA[List of related entity IDs from which the term has to be dissociated]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
           <wadl:representation mediaType="application/json;charset=UTF-8">
           </wadl:representation>
         </wadl:request>
@@ -1278,6 +1380,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of all related terms]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1305,6 +1408,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of associated categories]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1332,6 +1436,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[List of terms associated with the glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1350,6 +1455,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1368,6 +1474,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[classification definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1386,6 +1493,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[classification definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1404,6 +1512,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Entity definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1422,6 +1531,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Entity definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1440,6 +1550,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[enum definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1458,6 +1569,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[enum definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1476,6 +1588,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[relationship definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1494,6 +1607,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[relationship definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1512,6 +1626,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[struct definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1530,6 +1645,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[struct definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1548,6 +1664,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Type definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1566,6 +1683,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:response>
         <wadl:response status="200">
           <wadl:doc><![CDATA[Type definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1574,6 +1692,20 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
       </wadl:param>
     </wadl:resource>
 
+    <wadl:resource path="v2/types/typedef/name/{typeName}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete API for type identified by its name.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[Name of the type to be deleted.]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
     <wadl:resource path="v2/entity/guid/{guid}/classification/{classificationName}">
       <wadl:method name="GET">
         <wadl:doc><![CDATA[Gets the list of classifications for a given entity represented by a guid.]]></wadl:doc>
@@ -1581,6 +1713,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[classification for the given entity guid]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>
@@ -1646,6 +1779,7 @@ DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></w
         </wadl:request>
         <wadl:response>
           <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
           <wadl:representation mediaType="application/json;charset=UTF-8"/>
         </wadl:response>
       </wadl:method>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/data.html
----------------------------------------------------------------------
diff --git a/api/v2/data.html b/api/v2/data.html
index b68f7eb..d81b916 100644
--- a/api/v2/data.html
+++ b/api/v2/data.html
@@ -601,24 +601,6 @@ of the container and children are totally independant.</span>
       <td>  <span class="datatype-description">Captures time-boundary details</span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="xml_ns0_atlasClassification.html">
-      <td>  <span class="datatype-name">atlasClassification</span>
-</td>
-      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="xml_ns0_status.html">
-      <td>  <span class="datatype-name">status</span>
-</td>
-      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="xml_ns0_atlasStruct.html">
-      <td>  <span class="datatype-name">atlasStruct</span>
-</td>
-      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
-</td>
-    </tr>
   </tbody>
   </table>
 

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/index.html
----------------------------------------------------------------------
diff --git a/api/v2/index.html b/api/v2/index.html
index 23cf360..1ec2d89 100644
--- a/api/v2/index.html
+++ b/api/v2/index.html
@@ -235,6 +235,7 @@
 </samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/name/{name}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/guid/{guid}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/name/{typeName}</span>
 </samp></li></ul></td>
       <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
@@ -250,6 +251,7 @@
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
 </samp></li></ul></td>
       <td>  <span class="resource-description">REST interface for CRUD operations on type definitions</span>
 </td>
@@ -795,24 +797,6 @@ of the container and children are totally independant.</span>
       <td>  <span class="datatype-description">Captures time-boundary details</span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="xml_ns0_atlasClassification.html">
-      <td>  <span class="datatype-name">atlasClassification</span>
-</td>
-      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="xml_ns0_status.html">
-      <td>  <span class="datatype-name">status</span>
-</td>
-      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="xml_ns0_atlasStruct.html">
-      <td>  <span class="datatype-name">atlasStruct</span>
-</td>
-      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
-</td>
-    </tr>
     </tbody>
   </table>
 

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasBaseTypeDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasBaseTypeDef.html b/api/v2/json_AtlasBaseTypeDef.html
index c7859f5..fbd6432 100644
--- a/api/v2/json_AtlasBaseTypeDef.html
+++ b/api/v2/json_AtlasBaseTypeDef.html
@@ -198,7 +198,7 @@
       <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div>
       
       <pre class="prettyprint language-js example">{
-  &quot;category&quot; : &quot;PRIMITIVE&quot;,
+  &quot;category&quot; : &quot;ENUM&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -222,7 +222,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasClassification.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasClassification.html b/api/v2/json_AtlasClassification.html
index 6a33e25..b2adb02 100644
--- a/api/v2/json_AtlasClassification.html
+++ b/api/v2/json_AtlasClassification.html
@@ -147,7 +147,7 @@
       
       <pre class="prettyprint language-js example">{
   &quot;entityGuid&quot; : &quot;...&quot;,
-  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;entityStatus&quot; : &quot;DELETED&quot;,
   &quot;propagate&quot; : true,
   &quot;removePropagationsOnEntityDelete&quot; : true,
   &quot;validityPeriods&quot; : [ {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasClassificationDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasClassificationDef.html b/api/v2/json_AtlasClassificationDef.html
index 9e76fea..6fe59c5 100644
--- a/api/v2/json_AtlasClassificationDef.html
+++ b/api/v2/json_AtlasClassificationDef.html
@@ -294,7 +294,7 @@ only be applied to those entityTypes.
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasClassifications.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasClassifications.html b/api/v2/json_AtlasClassifications.html
index d4b632a..95402fb 100644
--- a/api/v2/json_AtlasClassifications.html
+++ b/api/v2/json_AtlasClassifications.html
@@ -128,7 +128,7 @@
   &quot;list&quot; : [ { }, { } ],
   &quot;pageSize&quot; : 12345,
   &quot;sortBy&quot; : &quot;...&quot;,
-  &quot;sortType&quot; : &quot;ASC&quot;,
+  &quot;sortType&quot; : &quot;NONE&quot;,
   &quot;startIndex&quot; : 12345,
   &quot;totalCount&quot; : 12345
 }</pre>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasEntitiesWithExtInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntitiesWithExtInfo.html b/api/v2/json_AtlasEntitiesWithExtInfo.html
index ad39601..1ebeb65 100644
--- a/api/v2/json_AtlasEntitiesWithExtInfo.html
+++ b/api/v2/json_AtlasEntitiesWithExtInfo.html
@@ -107,7 +107,7 @@
   &quot;entities&quot; : [ {
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -140,7 +140,7 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -151,7 +151,7 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -160,7 +160,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -172,7 +172,7 @@
   }, {
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -183,7 +183,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -205,7 +205,7 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -216,7 +216,7 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -225,7 +225,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -250,7 +250,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -272,7 +272,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -283,7 +283,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -292,7 +292,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -305,7 +305,7 @@
     &quot;property2&quot; : {
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -316,7 +316,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -338,7 +338,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -349,7 +349,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasEntity.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntity.html b/api/v2/json_AtlasEntity.html
index bf80995..c8194ec 100644
--- a/api/v2/json_AtlasEntity.html
+++ b/api/v2/json_AtlasEntity.html
@@ -211,7 +211,7 @@
       <pre class="prettyprint language-js example">{
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -260,7 +260,7 @@
     &quot;expression&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;PROPOSED&quot;,
+    &quot;status&quot; : &quot;DISCOVERED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
@@ -271,7 +271,7 @@
     &quot;expression&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;VALIDATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasEntityDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityDef.html b/api/v2/json_AtlasEntityDef.html
index 59ba2eb..db3af57 100644
--- a/api/v2/json_AtlasEntityDef.html
+++ b/api/v2/json_AtlasEntityDef.html
@@ -251,7 +251,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+  &quot;category&quot; : &quot;ARRAY&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -275,7 +275,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasEntityExtInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityExtInfo.html b/api/v2/json_AtlasEntityExtInfo.html
index 24735f7..e2ae146 100644
--- a/api/v2/json_AtlasEntityExtInfo.html
+++ b/api/v2/json_AtlasEntityExtInfo.html
@@ -132,7 +132,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -143,7 +143,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -198,7 +198,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -209,7 +209,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasEntityHeader.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityHeader.html b/api/v2/json_AtlasEntityHeader.html
index 992b29c..29753e9 100644
--- a/api/v2/json_AtlasEntityHeader.html
+++ b/api/v2/json_AtlasEntityHeader.html
@@ -186,7 +186,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasEntityWithExtInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityWithExtInfo.html b/api/v2/json_AtlasEntityWithExtInfo.html
index e048cee..e7df352 100644
--- a/api/v2/json_AtlasEntityWithExtInfo.html
+++ b/api/v2/json_AtlasEntityWithExtInfo.html
@@ -107,7 +107,7 @@
   &quot;entity&quot; : {
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -118,7 +118,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -140,7 +140,7 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -151,7 +151,7 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -160,7 +160,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -174,7 +174,7 @@
     &quot;property1&quot; : {
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -185,7 +185,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -207,7 +207,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -218,7 +218,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -227,7 +227,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -251,7 +251,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -273,7 +273,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -284,7 +284,7 @@
         &quot;expression&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -293,7 +293,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasEnumDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEnumDef.html b/api/v2/json_AtlasEnumDef.html
index 3b3d883..792f090 100644
--- a/api/v2/json_AtlasEnumDef.html
+++ b/api/v2/json_AtlasEnumDef.html
@@ -189,7 +189,7 @@
     &quot;ordinal&quot; : 12345,
     &quot;value&quot; : &quot;...&quot;
   } ],
-  &quot;category&quot; : &quot;ENUM&quot;,
+  &quot;category&quot; : &quot;PRIMITIVE&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -213,7 +213,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+      &quot;roundingMode&quot; : &quot;UP&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasFullTextResult.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasFullTextResult.html b/api/v2/json_AtlasFullTextResult.html
index 30c96f5..94af81a 100644
--- a/api/v2/json_AtlasFullTextResult.html
+++ b/api/v2/json_AtlasFullTextResult.html
@@ -138,7 +138,7 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -149,11 +149,11 @@
       &quot;expression&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasGlossary.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasGlossary.html b/api/v2/json_AtlasGlossary.html
index f14cdc8..bca508b 100644
--- a/api/v2/json_AtlasGlossary.html
+++ b/api/v2/json_AtlasGlossary.html
@@ -188,7 +188,7 @@
     &quot;expression&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
@@ -197,7 +197,7 @@
     &quot;expression&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -223,7 +223,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasGlossaryBaseObject.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasGlossaryBaseObject.html b/api/v2/json_AtlasGlossaryBaseObject.html
index b433eff..907721c 100644
--- a/api/v2/json_AtlasGlossaryBaseObject.html
+++ b/api/v2/json_AtlasGlossaryBaseObject.html
@@ -148,7 +148,7 @@
       <pre class="prettyprint language-js example">{
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -167,7 +167,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/api/v2/json_AtlasGlossaryCategory.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasGlossaryCategory.html b/api/v2/json_AtlasGlossaryCategory.html
index 49a1eab..4b8a6c1 100644
--- a/api/v2/json_AtlasGlossaryCategory.html
+++ b/api/v2/json_AtlasGlossaryCategory.html
@@ -197,7 +197,7 @@
     &quot;expression&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
@@ -206,7 +206,7 @@
     &quot;expression&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -231,7 +231,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {