Function update_dashboard

Source
pub async fn update_dashboard(
    configuration: &Configuration,
    id: &str,
    dashboard_details: DashboardDetails,
) -> Result<Dashboard, Error<UpdateDashboardError>>
Expand description

Updates a dashboard, replacing all the dashboard details with those provided. Permissions required: None The dashboard to be updated must be owned by the user.