From 05bbc21aa862fe2bc5a2acb5c8412a3761968ea1 Mon Sep 17 00:00:00 2001 From: Peter De-Ath Date: Sun, 16 Jun 2024 03:38:35 +0100 Subject: [PATCH] enh: add swagger urls to features list --- docs/features.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/features.mdx b/docs/features.mdx index a5111a5..bea6236 100644 --- a/docs/features.mdx +++ b/docs/features.mdx @@ -253,3 +253,19 @@ import { TopBanners } from "@site/src/components/TopBanners"; - 🔒 **Authentication**: Open WebUI does not natively support federated authentication schemes such as SSO, OAuth, SAML, or OIDC. However, it can be configured to delegate authentication to an authenticating reverse proxy, effectively achieving a Single Sign-On (SSO) experience. This setup allows you to centralize user authentication and management, enhancing security and user convenience. By integrating Open WebUI with an authenticating reverse proxy, you can leverage existing authentication systems and streamline user access to Open WebUI. For more information on configuring this feature, please refer to the [Federated Authentication Support](https://docs.openwebui.com/tutorial/sso). - 🔓 **Optional Authentication**: Enjoy the flexibility of disabling authentication by setting `WEBUI_AUTH` to `False`, ideal for fresh installations without existing users and demo purposes. + + +--- + +### 📄 Swagger Documentation + +- 📄 **Comprehensive Swagger documentation**: providing detailed information on endpoints, parameters, and responses. This feature streamlines API integration and development, ensuring seamless communication between Open WebUI and external systems. + + | App | Docs Path | + |--------------|---------------------| + | WebUI | /api/v1/docs | + | Ollama | /ollama/docs | + | OpenAI | /openai/api/docs | + | Images | /images/api/v1/docs | + | Audio | /audio/api/v1/docs | + | RAG | /rag/api/v1/docs | \ No newline at end of file