update_visualization
Update an existing visualization by specifying its ID and optionally changing its type, name, description, or configuration options.
Instructions
Update an existing visualization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visualizationId | Yes | ID of the visualization to update | |
| type | No | Type of visualization. Available types depend on your Redash instance. | |
| name | No | Name of the visualization | |
| description | No | Description of the visualization | |
| options | No | Visualization-specific configuration. The structure depends on your Redash instance and visualization type. Use get_visualization to see the current configuration before updating. |