dosubot[bot] commented on issue #38556: URL: https://github.com/apache/superset/issues/38556#issuecomment-4030168037
<!-- Answer --> Hi Jérémy, The URL you're using appears to be an incorrect path. The Superset API documentation is available at: 1. **Static documentation site**: [https://superset.apache.org/docs/api/](https://superset.apache.org/docs/api/) — this has [auto-generated documentation from the OpenAPI specification with 242 endpoints organized by category](https://github.com/apache/superset/pull/37434). 2. **Interactive Swagger UI on your running Superset instance**: Access it at `/swagger/v1` (e.g., `http://localhost:8080/swagger/v1`). This is [enabled by default via `FAB_API_SWAGGER_UI = True`](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/config.py#L333-L334). There was a [similar issue previously with broken developer portal links](https://github.com/apache/superset/issues/35634) that was fixed by correcting the URL structure. The path `/developer-docs/api/` doesn't exist — you'll want to use `/docs/api/` instead. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=brand-link).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/5143543d-5b6b-4dd5-9cfe-e2010a356bb7?feedback_type=great_response&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/5143543d-5b6b-4dd5-9cfe-e2010a356bb7?feedback_type=irrelevant_answer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/5143543d-5b6b-4dd5-9cfe-e2010a356bb7?feedback_type=incorrect_sources&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/5143543d-5b6b-4dd5-9cfe-e2010a356bb7?feedback_type=too_verbose&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5143543d-5b6b -4dd5-9cfe-e2010a356bb7?feedback_type=hallucination&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/5143543d-5b6b-4dd5-9cfe-e2010a356bb7?feedback_type=bug_report&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-bug_report) | [Other](https://app.dosu.dev/response-feedback/5143543d-5b6b-4dd5-9cfe-e2010a356bb7?feedback_type=other&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=chat-badge) [](https://cursor.com/link/prompt?text=Hi%20J%C3%A9r%C3%A9my%2C%0A%0AThe%20URL%20you%27re%20using%20appears%20to%20be%20an%20incorrect%20path.%20The%20Superset%20API%20documentation%20is%20available%20at%3A%0A%0A1.%20%2A%2AStatic%20documentation%20site%2A%2A%3A%20%5Bhttps%3A//superset.apache.org/docs/api/%5D%28https%3A//superset.apache.org/docs/api/%29%20%E2%80%94%20this%20has%20%5Bauto-generated%20documentation%20from%20the%20OpenAPI%20specification%20with%20242%20endpoints%20organized%20by%20category%5D%28https%3A//github.com/apache/superset/pull/37434%29.%0A%0A2.%20%2A%2AInteractive%20Swagger%20UI%20on%20your%20running%20Superset%20instance%2A%2A%3A%20Access%20it%20at%20%60/swagger/v1%60%20%28e.g.%2C%20%60htt p%3A//localhost%3A8080/swagger/v1%60%29.%20This%20is%20%5Benabled%20by%20default%20via%20%60FAB_API_SWAGGER_UI%20%3D%20True%60%5D%28https%3A//github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/config.py%23L333-L334%29.%0A%0AThere%20was%20a%20%5Bsimilar%20issue%20previously%20with%20broken%20developer%20portal%20links%5D%28https%3A//github.com/apache/superset/issues/35634%29%20that%20was%20fixed%20by%20correcting%20the%20URL%20structure.%20The%20path%20%60/developer-docs/api/%60%20doesn%27t%20exist%20%E2%80%94%20you%27ll%20want%20to%20use%20%60/docs/api/%60%20instead.) [](https://go.dosu.dev/discord-bot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=join-discord) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https %3A//github.com/apache/superset/issues/38556) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
