mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	fix(docs): update patch support documentation (#13093)
This commit is contained in:
		
							parent
							
								
									6a74f8f12f
								
							
						
					
					
						commit
						a3688f78e7
					
				@ -37,7 +37,7 @@ to apply the requested change to the Metadata Graph.
 | 
				
			|||||||
| entityUrn          | String | The unique identifier for the Entity being changed. For example, a Dataset's urn.                                                                                                                                                                 | False    |
 | 
					| entityUrn          | String | The unique identifier for the Entity being changed. For example, a Dataset's urn.                                                                                                                                                                 | False    |
 | 
				
			||||||
| entityType         | String | The type of the entity the new aspect is associated with. This corresponds to the entity name in the DataHub Entity Registry, for example 'dataset'.                                                                                              | False    |
 | 
					| entityType         | String | The type of the entity the new aspect is associated with. This corresponds to the entity name in the DataHub Entity Registry, for example 'dataset'.                                                                                              | False    |
 | 
				
			||||||
| entityKeyAspect    | Object | The key struct of the entity that was changed. Only present if the Metadata Change Proposal contained the raw key struct.                                                                                                                         | True     |
 | 
					| entityKeyAspect    | Object | The key struct of the entity that was changed. Only present if the Metadata Change Proposal contained the raw key struct.                                                                                                                         | True     |
 | 
				
			||||||
| changeType         | String | The change type. CREATE, UPSERT and DELETE are currently supported.                                                                                                                                                                               | False    |
 | 
					| changeType         | String | The change type. CREATE, UPSERT and DELETE are currently supported. PATCH has limited support for specific aspects                                                                                                                                | False    |
 | 
				
			||||||
| aspectName         | String | The entity aspect which was changed.                                                                                                                                                                                                              | False    |
 | 
					| aspectName         | String | The entity aspect which was changed.                                                                                                                                                                                                              | False    |
 | 
				
			||||||
| aspect             | Object | The new aspect value. Null if the aspect was deleted.                                                                                                                                                                                             | True     |
 | 
					| aspect             | Object | The new aspect value. Null if the aspect was deleted.                                                                                                                                                                                             | True     |
 | 
				
			||||||
| aspect.contentType | String | The serialization type of the aspect itself. The only supported value is `application/json`.                                                                                                                                                      | False    |
 | 
					| aspect.contentType | String | The serialization type of the aspect itself. The only supported value is `application/json`.                                                                                                                                                      | False    |
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user