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