update-data-product
Apply JSON Patch operations to modify a data product's fields, such as updating its description.
Instructions
Update a data product using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Data Product UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |