update-dashboard
Update an OpenMetadata dashboard by applying JSON Patch operations to modify its attributes, like description or configuration.
Instructions
Update a dashboard using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Dashboard UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |