diff --git a/docs/api/rest.md b/docs/api/rest.md index 015e777b488..80bdc09d532 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -79,6 +79,8 @@ curl \ -H "Content-Type: application/json" http://localhost:8123/api/ ``` +Note: make sure you include the trailing `/`, the full path is `/api/`, NOT `/api` +