Return the correct model (#112858)

This commit is contained in:
Selene
2025-10-23 13:38:22 +00:00
committed by GitHub
parent 51ad754d1e
commit 0ba040e866
3 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -1262,7 +1262,7 @@ type GetHomeDashboardResponseBody struct {
// swagger:response dashboardVersionsResponse
type DashboardVersionsResponse struct {
// in: body
Body []dashver.DashboardVersionMeta `json:"body"`
Body *dashver.DashboardVersionResponseMeta `json:"body"`
}
// swagger:response dashboardVersionResponse