update-dashboard
Update a dashboard by applying JSON Patch operations to its metadata and properties.
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:'...'}]) |