Function copy_dashboard

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

Copies a dashboard. Any values provided in the dashboard parameter replace those in the copied dashboard. Permissions required: None The dashboard to be copied must be owned by or shared with the user.