update_dashboard
Update a dashboard by changing its configuration fields. Provide a JSON with your changes; the tool fetches the current config, merges them, and saves.
Instructions
Update a dashboard's configuration (read-modify-write).
Fetches the current config, merges your changes, and saves. Pass a JSON object with only the fields you want to change. For panels/layout, pass the complete arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields_json | Yes | JSON object of fields to update, e.g. {"title": "New Title", "description": "Updated"} | |
| dashboard_id | Yes | Dashboard ID to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |