superset_dashboard_update
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