superset_dashboard_update
Modify existing dashboard properties like title, slug, owners, position, and metadata in Apache Superset through API requests.
Instructions
Update an existing dashboard
Makes a request to the /api/v1/dashboard/{id} PUT endpoint to update dashboard properties.
Args: dashboard_id: ID of the dashboard to update data: Data to update, can include dashboard_title, slug, owners, position, and metadata
Returns: A dictionary with the updated dashboard information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ||
| data | Yes |