From 67c423d61f62261966df52a90f7a00a32af8b08c Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Wed, 5 Oct 2022 08:28:57 +0000 Subject: [PATCH] Add URL for accessing swaggerui to documentation --- docs/api.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 66ccc03d..8f3acbc6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -8,9 +8,9 @@ can also be configured via the API. The Mailu API is disabled by default. It can be enabled and configured via the settings: -* `API` -* `WEB_API` -* `API_TOKEN` +* ```API``` +* ``WEB_API`` +* ```API_TOKEN``` For more information see the section :ref:`Advanced configuration ` in the configuration reference. @@ -26,4 +26,6 @@ The swagger.json file can be consumed in programs such as Postman for generating In-built SwaggerUI ------------------ The Mailu API comes with an in-built SwaggerUI. It is a web client that allows -anyone to visualize and interact with the Mailu API. \ No newline at end of file +anyone to visualize and interact with the Mailu API. + +It is accessible via the URL: https://myserver/api/v1/swaggerui