Databricks SDK for JavaScript
    Preparing search index...

    Interface RevertDashboardRequest

    Request to revert a dashboard draft to its last published state.

    interface RevertDashboardRequest {
        dashboardId?: string;
        etag?: string;
    }
    Index

    Properties

    Properties

    dashboardId?: string

    UUID identifying the dashboard.

    etag?: string

    The etag for the dashboard. Optionally, it can be provided to verify that the dashboard has not been modified from its last retrieval.