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.
- application/json
Body
required
title string
panels string
refresh string
Responses
- 200
Updated dashboard details
- application/json
- Schema
- Example (from schema)
Schema
uid string
{
"uid": "dashboard-1"
}
Loading...