fix(docs): update patch support documentation (#13093)

This commit is contained in:
RyanHolstien 2025-06-26 16:01:02 -05:00 committed by GitHub
parent 6a74f8f12f
commit a3688f78e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |
| 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 |
| 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 |
| 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 |