diff --git a/docs/sources/developers/http_api/data_source.md b/docs/sources/developers/http_api/data_source.md
index 0cb89c07058..ccc4fd05dd5 100644
--- a/docs/sources/developers/http_api/data_source.md
+++ b/docs/sources/developers/http_api/data_source.md
@@ -714,7 +714,7 @@ Proxies all calls to the actual data source identified by the `uid`.
`GET /api/datasources/:datasourceId/health`
-Makes a call to the health endpoint of data source identified by the given `dashboardId`.
+Makes a call to the health endpoint of data source identified by the given `datasourceId`. This is not mandatory - every plugin author has to implement support for health checks in their plugin themselves.
### Examples
@@ -743,7 +743,7 @@ Content-Type: application/json
`GET /api/datasources/uid/:uid/health`
-Makes a call to the health endpoint of data source identified by the given `uid`.
+Makes a call to the health endpoint of data source identified by the given `uid`. This is not mandatory - every plugin author has to implement support for health checks in their plugin themselves.
### Examples