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