Swagger UI Setup
Set up Swagger UI for interactive API documentation with authentication and customization.
Usage
Describe your API setup and this skill will configure Swagger UI for interactive documentation.
Examples
- "Set up Swagger UI for my Express.js API with JWT authentication"
- "Customize Swagger UI branding to match my developer portal"
- "Deploy Swagger UI as a standalone documentation site"
Guidelines
- Secure the Swagger UI endpoint in production environments
- Configure authentication so developers can test authenticated endpoints
- Customize the UI to match your brand guidelines
- Keep the OpenAPI spec synchronized with actual API implementation
- Include example values for request bodies and parameters