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