From 2107652c3fdeebf499c360795c219f68ef47b65f Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Thu, 4 Aug 2022 18:51:52 +0200 Subject: [PATCH] Docs: Adding hint about healthcheck not being mandatory (#53308) --- docs/sources/developers/http_api/data_source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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