mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:22:51 +08:00
API: Enrich endpoints with ID (#26691)
This commit is contained in:
@ -210,6 +210,7 @@ func deleteDashboard(c *models.ReqContext) Response {
|
||||
return JSON(200, util.DynMap{
|
||||
"title": dash.Title,
|
||||
"message": fmt.Sprintf("Dashboard %s deleted", dash.Title),
|
||||
"id": dash.Id,
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user