From 385bc1fe133ca65caf395b9065057a14823c7cad Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 21 Oct 2021 13:19:58 +0200 Subject: [PATCH] Update dashboard_versions.md (#38812) getting a version by the id of the version doesn't work you need to use the number of the version --- docs/sources/http_api/dashboard_versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/http_api/dashboard_versions.md b/docs/sources/http_api/dashboard_versions.md index e15bec235ac..7e301d390b3 100644 --- a/docs/sources/http_api/dashboard_versions.md +++ b/docs/sources/http_api/dashboard_versions.md @@ -69,7 +69,7 @@ Status Codes: `GET /api/dashboards/id/:dashboardId/versions/:id` -Get the dashboard version with the given id, for the dashboard with the given id. +Get the dashboard version with the given version, for the dashboard with the given id. **Example request for getting a dashboard version**: