Move a dashboard to a different folder
POST/perses-pulic/api/v1/dashboards/move
Moves a dashboard to a different folder.
Request
- application/json
Body
required
uid string
targetFolderId string
Responses
- 200
Dashboard moved successfully
- application/json
- Schema
- Example (from schema)
Schema
uid string
{
"uid": "dashboard-1"
}
Loading...