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
pull/40294/head^2
Felix 4 years ago committed by GitHub
parent fcd1e6f24c
commit 385bc1fe13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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**:

Loading…
Cancel
Save