mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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