v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDashboards
Restore deleted dashboards
Restore dashboards using the specified IDs. If there are any failures, no dashboards will be restored (partial success is not allowed).
patch/api/v1/dashboard
Request body
Example request
{
"data": [
{
"id": "123-abc-456",
"type": "dashboard"
}
]
}Response
No Content