diff --git a/docs/rest-api.md b/docs/rest-api.md index 1ec9b6c12..d9840a09c 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -317,7 +317,7 @@ whitelist ### OpenAPI interface To enable the builtin openAPI interface (Swagger UI), specify `"enable_openapi": true` in the api_server configuration. -This will enable the Swagger UI at the `/docs` endpoint. By default, that's running at http://localhost:8080/docs/ - but it'll depend on your settings. +This will enable the Swagger UI at the `/docs` endpoint. By default, that's running at http://localhost:8080/docs - but it'll depend on your settings. ### Advanced API usage using JWT tokens