[9.4.x]: API: Fix "Updated by" Column in dashboard versions table (#65626)

* 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

(cherry picked from commit 3cd3bb00ec)

* Fix guardian call
This commit is contained in:
Sofia Papagiannaki
2023-03-31 11:56:36 +02:00
committed by GitHub
parent e9d53761fb
commit ecaeafd4f3
5 changed files with 172 additions and 96 deletions
-1
View File
@@ -66,7 +66,6 @@ type ListDashboardVersionsQuery struct {
Limit int
Start int
}
type DashboardVersionDTO struct {
ID int64 `json:"id"`
DashboardID int64 `json:"dashboardId"`