From 0937dd6be9d1bc371f03db822a10e85b1ade6300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Mag=C3=A8s?= Date: Mon, 9 Mar 2020 09:42:39 +0100 Subject: [PATCH] Update external_api_rest.md (#429) Check config needs the config integration to be enabled to works. --- docs/external_api_rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/external_api_rest.md b/docs/external_api_rest.md index fee7711d..cc0685d6 100644 --- a/docs/external_api_rest.md +++ b/docs/external_api_rest.md @@ -487,7 +487,7 @@ $ curl -X POST -H "Authorization: Bearer ABCDEFGH" \ #### POST /api/config/core/check_config -Trigger a check of `configuration.yaml`. No additional data needs to be passed in with this request. +Trigger a check of `configuration.yaml`. No additional data needs to be passed in with this request. Needs config integration enabled. If the check is successful, the following will be returned: