diff --git a/docs/external_api_rest.md b/docs/external_api_rest.md index cf2a93d3..5677d266 100644 --- a/docs/external_api_rest.md +++ b/docs/external_api_rest.md @@ -480,7 +480,7 @@ Sample `curl` command: ```bash $ curl -X POST -H "Authorization: Bearer ABCDEFGH" \ -H "Content-Type: application/json" \ - -d '{"template": "It is {{ now }}!"}' http://localhost:8123/api/template + -d '{"template": "It is {{ now() }}!"}' http://localhost:8123/api/template ``` #### POST /api/config/core/check_config