Skip to main content

Update a dashboard panel

PUT /api/v1/projects/:project_id/dashboards/:dashboard_id/panels

Updates a dashboard panel in the dashboard of the project.

Path Parameters
  • project_id string required

    Project ID

  • dashboard_id string required

    Dashboard ID

Request Body required

Dashboard Panel Update Body

  • dashboard_id string
  • data_config string required
  • definition string required
  • id string
  • org_id string
  • project_id string
  • title string required

    Possible values: non-empty

Responses

Success" {"ok":1,"data":{"dashboardPanelId":"<dashboard_panel_id>"}}

Schema
    Loading...