API Documentation
This page demonstrates how to use the swagger-ui-tag plugin to render OpenAPI specifications.
Internal API
Our internal API provides endpoints for managing users, projects, and other resources.
Using API Documentation
The API documentation above is interactive. You can:
- Try out API endpoints directly from this page
- View request/response examples
- Expand schema definitions to see all fields
- Switch between production and staging servers
Implementation Notes
To include API documentation like this in your documentation:
- Create an OpenAPI specification file (YAML or JSON)
- Reference it in your Markdown using the swagger-ui codeblock:
The plugin supports various options:
openapi: Path to your OpenAPI specificationlayout: Controls the layout (can be "BaseLayout" or "StandaloneLayout")
For more details, see the swagger-ui-tag documentation.
Created: June 10, 2025 04:12:20
Last update: June 10, 2025 04:12:20