Glossary - Partial Update Term
Update the glossary term partially. So far we only supports partial updating shortDescription, longDescription, abbreviation, usage and status for term.
PUT {endpoint}/datamap/api/atlas/v2/glossary/term/{termId}/partial
PUT {endpoint}/datamap/api/atlas/v2/glossary/term/{termId}/partial?api-version=2023-09-01&includeTermHierarchy={includeTermHierarchy}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
endpoint
|
path | True |
string (uri) |
|
|
term
|
path | True |
string |
The globally unique identifier for glossary term. |
|
api-version
|
query |
string minLength: 1 |
The API version to use for this operation. |
|
|
include
|
query |
boolean |
Whether include term hierarchy |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
The request has succeeded. |
|
| Other Status Codes |
An unexpected error response. |
Security
OAuth2Auth
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| https://purview.azure.net/.default |
Examples
Glossary_PartialUpdateTerm
Sample request
PUT {endpoint}/datamap/api/atlas/v2/glossary/term/54688d39-b298-4104-9e80-f2a16f44aaea/partial?api-version=2023-09-01
{
"longDescription": "Example Long Description"
}
Sample response
{
"guid": "54688d39-b298-4104-9e80-f2a16f44aaea",
"qualifiedName": "ExampleTerm1@Glossary",
"name": "ExampleTerm1",
"shortDescription": "Example Short Description",
"longDescription": "Example Long Descrition",
"lastModifiedTS": "2",
"abbreviation": "T1",
"createdBy": "23863cef-a2e9-40a3-a427-44dc0d201f61",
"updatedBy": "23863cef-a2e9-40a3-a427-44dc0d201f61",
"createTime": 1606287247276,
"updateTime": 1606290587593,
"status": "Approved",
"anchor": {
"glossaryGuid": "c018ddaf-7c21-4b37-a838-dae5f110c3d8",
"relationGuid": "7b6a8149-a928-476a-a068-dce58653cfa0"
},
"categories": [
{
"categoryGuid": "ed7458f0-9463-48a5-b5c6-4f785fb34e12",
"relationGuid": "6aebf5ac-0c83-40c0-98bf-958fe9c99007",
"displayText": "ExampleCategory1"
}
],
"seeAlso": [
{
"termGuid": "952c7ba4-4c89-42d8-a05a-7d2161be7008",
"relationGuid": "dfa44030-bd14-4111-a0f1-3d01c964eb01",
"displayText": "ExampleTerm2"
}
],
"synonyms": [
{
"termGuid": "952c7ba4-4c89-42d8-a05a-7d2161be7008",
"relationGuid": "15bcbd12-eb48-4b63-8ff5-74f7ec3a562c",
"displayText": "ExampleTerm2"
}
],
"resources": [
{
"displayName": "Example Display Name",
"url": "Example Url"
}
]
}
Definitions
| Name | Description |
|---|---|
|
Atlas |
An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity. |
|
Atlas |
An error response from the service |
|
Atlas |
The glossary header with basic information. |
|
Atlas |
The glossary term. |
|
Atlas |
Reference to an object-instance of AtlasEntity type used in relationship attribute values |
|
Atlas |
The header of the related term. |
|
Atlas |
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification. |
|
Atlas |
The basic information for term categorization. |
|
Atlas |
Status for atlas term relationship |
|
Entity |
Status - can be active or deleted |
|
Purview |
PurviewObjectId |
|
Resource |
ResourceLink |
|
Status |
Status for atlas relationship |
|
Term |
Status for term |
|
Time |
Captures time-boundary details |
AtlasClassification
An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.
| Name | Type | Description |
|---|---|---|
| attributes |
|
The attributes of the struct. |
| entityGuid |
string |
The GUID of the entity. |
| entityStatus |
Status of the entity - can be active or deleted. Deleted entities are not removed. |
|
| lastModifiedTS |
string |
ETag for concurrency control. |
| removePropagationsOnEntityDelete |
boolean |
Determines if propagations will be removed on entity deletion. |
| typeName |
string |
The name of the type. |
| validityPeriods |
An array of time boundaries indicating validity periods. |
AtlasErrorResponse
An error response from the service
| Name | Type | Description |
|---|---|---|
| errorCode |
string |
The error code. |
| errorMessage |
string |
The error message. |
| requestId |
string (uuid) |
The request ID. |
AtlasGlossaryHeader
The glossary header with basic information.
| Name | Type | Description |
|---|---|---|
| displayText |
string |
The display text. |
| glossaryGuid |
string |
The GUID of the glossary. |
| relationGuid |
string |
The GUID of the relationship. |
AtlasGlossaryTerm
The glossary term.
| Name | Type | Description |
|---|---|---|
| abbreviation |
string |
The abbreviation of the term. |
| anchor |
The glossary header with basic information. |
|
| antonyms |
An array of related term headers as antonyms. |
|
| assignedEntities |
An array of related object IDs. |
|
| attributes |
object |
The custom attributes of the term, which is map<string,map<string,object>>. The key of the first layer map is term template name. |
| categories |
An array of term categorization headers. |
|
| classifications |
An array of classifications. |
|
| classifies |
An array of related term headers. |
|
| contacts |
object |
The dictionary of contacts for terms. Key could be Expert or Steward. |
| createTime |
integer (int64) |
The created time of the record. |
| createdBy |
string |
The user who created the record. |
| examples |
string[] |
An array of examples. |
| guid |
string |
The GUID of the object. |
| hierarchyInfo |
The hierarchy information of the term. |
|
| isA |
An array of related term headers indicating the is-a relationship. |
|
| lastModifiedTS |
string |
ETag for concurrency control. |
| longDescription |
string |
The long version description. |
| name |
string |
The name of the glossary object. |
| nickName |
string |
The nick name of the term. |
| preferredTerms |
An array of preferred related term headers. |
|
| preferredToTerms |
An array of related term headers that are preferred to. |
|
| qualifiedName |
string |
The qualified name of the glossary object. |
| replacedBy |
An array of related term headers that are replaced by. |
|
| replacementTerms |
An array of related term headers for replacement. |
|
| resources |
An array of resource link for term |
|
| seeAlso |
An array of related term headers for see also. |
|
| shortDescription |
string |
The short version of description. |
| status |
Status of the AtlasGlossaryTerm |
|
| synonyms |
An array of related term headers as synonyms. |
|
| templateName |
Template |
The name of the template. |
| translatedTerms |
An array of translated related term headers. |
|
| translationTerms |
An array of related term headers for translation. |
|
| updateTime |
integer (int64) |
The update time of the record. |
| updatedBy |
string |
The user who updated the record. |
| usage |
string |
The usage of the term. |
| validValues |
An array of related term headers as valid values. |
|
| validValuesFor |
An array of related term headers as valid values for other records. |
AtlasRelatedObjectId
Reference to an object-instance of AtlasEntity type used in relationship attribute values
| Name | Type | Description |
|---|---|---|
| displayText |
string |
The display text. |
| entityStatus |
Status of the entity - can be active or deleted. Deleted entities are not removed. |
|
| guid |
string |
The GUID of the object. |
| relationshipAttributes |
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification. |
|
| relationshipGuid |
string (uuid) |
The GUID of the relationship. |
| relationshipStatus |
The enum of relationship status. |
|
| relationshipType |
string |
Relationship type |
| typeName |
string |
The name of the type. |
| uniqueAttributes |
|
The unique attributes of the object. |
AtlasRelatedTermHeader
The header of the related term.
| Name | Type | Description |
|---|---|---|
| description |
string |
The description of the related term. |
| displayText |
string |
The display text. |
| expression |
string |
The expression of the term. |
| relationGuid |
string |
The GUID of the relationship. |
| status |
The status of term relationship. |
|
| steward |
string |
The steward of the term. |
| termGuid |
string |
The GUID of the term. |
AtlasStruct
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
| Name | Type | Description |
|---|---|---|
| attributes |
|
The attributes of the struct. |
| lastModifiedTS |
string |
ETag for concurrency control. |
| typeName |
string |
The name of the type. |
AtlasTermCategorizationHeader
The basic information for term categorization.
| Name | Type | Description |
|---|---|---|
| categoryGuid |
string (uuid) |
The GUID of the category. |
| description |
string |
The description of the record. |
| displayText |
string |
The display text. |
| relationGuid |
string (uuid) |
The GUID of the relationship. |
| status |
The status of term relationship. |
AtlasTermRelationshipStatus
Status for atlas term relationship
| Value | Description |
|---|---|
| DRAFT |
draft |
| ACTIVE |
active |
| DEPRECATED |
deprecated |
| OBSOLETE |
obsolete |
| OTHER |
other |
EntityStatus
Status - can be active or deleted
| Value | Description |
|---|---|
| ACTIVE |
The status is active. |
| DELETED |
The status is deleted. |
PurviewObjectId
PurviewObjectId
| Name | Type | Description |
|---|---|---|
| displayText |
string |
Display text |
| guid |
string |
The GUID of the object. |
| itemPath |
string |
Item path |
| name |
string |
Name |
| properties |
|
Dictionary of <any> |
| resourceId |
string |
Resource Id |
| typeName |
string |
The name of the type. |
| uniqueAttributes |
|
The unique attributes of the object. |
ResourceLink
ResourceLink
| Name | Type | Description |
|---|---|---|
| displayName |
string |
Display name for url. |
| url |
string |
web url. http or https |
StatusAtlasRelationship
Status for atlas relationship
| Value | Description |
|---|---|
| ACTIVE |
active |
| DELETED |
deleted |
TermStatus
Status for term
| Value | Description |
|---|---|
| Draft |
draft |
| Approved |
approved |
| Alert |
alert |
| Expired |
expired |
TimeBoundary
Captures time-boundary details
| Name | Type | Description |
|---|---|---|
| endTime |
string |
The end of the time boundary. |
| startTime |
string |
The start of the time boundary. |
| timeZone |
string |
The timezone of the time boundary. |