Data Assets
Modify Data Asset
Use this API to modify existing data assets while maintaining a structured top-down hierarchy. With this API, the system will replace existing terms, tags, additional attributes, or users with the new data included in the request. The response will confirm the status along with the updated data asset ID.
patch/api/data-governance/v1/data-assets/{dataAssetId}
Path parameters
dataAssetIdstring uuid required
The unique identifier of the data asset.
Response
OK
Example response
{
"id": "6756206c-845c-4ecc-8826-0e25d12b0d0c"
}