mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:22:13 +08:00
Added getDashboardSlugById api
This commit is contained in:
@ -148,3 +148,8 @@ type GetDashboardsQuery struct {
|
||||
DashboardIds []int64
|
||||
Result *[]Dashboard
|
||||
}
|
||||
|
||||
type GetDashboardSlugByIdQuery struct {
|
||||
Id int64
|
||||
Result string
|
||||
}
|
||||
|
Reference in New Issue
Block a user