[release-12.1.4] Dashboards: Return the correct model in openapi spec (#112871)

Return the correct model (#112858)

(cherry picked from commit 0ba040e866)

Co-authored-by: Selene <selenepinillos@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-10-23 17:58:33 +02:00
committed by GitHub
co-authored by Selene
parent cc71fafc89
commit 19a5e2b357
3 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -1304,7 +1304,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