-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Summary
Implement a /docs endpoint that serves the OpenAPI schema for the gateway REST API. This enables API documentation discovery and integration with tools like Swagger UI.
Proposed solution
- Add a
GET /api/v1/docsendpoint that returns the OpenAPI 3.x JSON/YAML schema - The schema should be auto-generated
- Consider adding a
/docs/uior/swagger-uiendpoint serving Swagger UI for interactive documentation - Schema should reflect actual implemented endpoints and their request/response models
Additional context
- Consider caching the schema to avoid regeneration on each request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request