Update a widget
update_widgetChange a widget's title, query, visualization type, configuration, data source or position. Only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| title | No | ||
| layout | No | Position and size on the 12-column grid. Omit on create and a free slot is chosen for you. | |
| viewId | Yes | View id the widget belongs to. | |
| widgetId | Yes | Widget id. | |
| dataSourceId | No | ||
| visualizationType | No | ||
| visualizationConfig | No | Replaces the whole configuration object, so include every key you want to keep. | |
| allowSharedAcrossAllCustomers | No | Only for customer dashboards. Set true, after the user explicitly confirms, to allow a query with no per-customer filter. |