Skip to main content

Update an existing dashboard

PUT 

/perses-pulic/api/v1/projects/:folderId/dashboards/:uid/

Updates an existing dashboard in the specified folder.

Request

Path Parameters

    folderId stringrequired

    The ID of the folder where the dashboard is located.

    uid stringrequired

    The ID of the dashboard to update.

Body

required
    title string
    panels string
    refresh string

Responses

Updated dashboard details

Schema
    uid string
Loading...