v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

idstring uuid

The unique identifier of the data asset.

Example response

{
  "id": "6756206c-845c-4ecc-8826-0e25d12b0d0c"
}