Correct /api/intent/handle endpoint route, add intent: hint (#1305)

This commit is contained in:
Sebastian Höffner 2022-04-25 06:45:25 +02:00 committed by GitHub
parent cae565b4a4
commit 510d7c38d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -647,10 +647,12 @@ If the check fails, the errors attribute in the object will list what caused the
</ApiEndpoint>
<ApiEndpoint path="/api/intent/handling" method="post">
<ApiEndpoint path="/api/intent/handle" method="post">
Handle an intent.
You must add `intent:` to your `configuration.yaml` to enable this endpoint.
Sample `curl` command:
```shell