Update dashboard_versions.md (#45871) (#45872)

Fixes https://github.com/grafana/grafana/issues/45866, change dashboard version example to use `version` instead of `id`

`api/dashboards/id/24/versions/1`

(cherry picked from commit 8a98354844)

Co-authored-by: Melori Arellano <melori.arellano@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-02-24 16:28:48 -05:00
committed by GitHub
co-authored by Melori Arellano
parent 37b6fc7067
commit 585b39ac0f
+1 -1
View File
@@ -67,7 +67,7 @@ Status Codes:
## Get dashboard version
`GET /api/dashboards/id/:dashboardId/versions/:id`
`GET /api/dashboards/id/:dashboardId/versions/:version`
Get the dashboard version with the given version, for the dashboard with the given id.