mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
API: Fix "Updated by" Column in dashboard versions table (#65351)
* API: Fix dashboard versions created by field * Add tests * Update OpenAPI specs * Apply suggestion from code review
This commit is contained in:
committed by
GitHub
parent
71ef159150
commit
3cd3bb00ec
@@ -66,7 +66,6 @@ type ListDashboardVersionsQuery struct {
|
||||
Limit int
|
||||
Start int
|
||||
}
|
||||
|
||||
type DashboardVersionDTO struct {
|
||||
ID int64 `json:"id"`
|
||||
DashboardID int64 `json:"dashboardId"`
|
||||
|
||||
Reference in New Issue
Block a user