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:
co-authored by
Melori Arellano
parent
37b6fc7067
commit
585b39ac0f
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user