From 510d7c38d51fd2c93b91756c237657aa8a3b1243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=B6ffner?= Date: Mon, 25 Apr 2022 06:45:25 +0200 Subject: [PATCH] Correct /api/intent/handle endpoint route, add `intent:` hint (#1305) --- docs/api/rest.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/rest.md b/docs/api/rest.md index 26091c40..39714975 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -647,10 +647,12 @@ If the check fails, the errors attribute in the object will list what caused the - + Handle an intent. +You must add `intent:` to your `configuration.yaml` to enable this endpoint. + Sample `curl` command: ```shell