dashboards: api for retrieving uid by slug. #7883
This commit is contained in:
@@ -219,3 +219,9 @@ type GetDashboardSlugByIdQuery struct {
|
||||
Id int64
|
||||
Result string
|
||||
}
|
||||
|
||||
type GetDashboardUidBySlugQuery struct {
|
||||
OrgId int64
|
||||
Slug string
|
||||
Result string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user