superset_update_chart
Update an existing Apache Superset chart by providing its ID and only the fields to modify, such as slice name, description, or JSON parameters.
Instructions
Update an existing chart. Pass only the fields you want to change. params must be a JSON string if provided (same shape as for create_chart).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| chart_id | Yes | ||
| slice_name | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |