-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
in progressFeature or request in progressFeature or request in progressrefactorCode restructuring without changing existing behaviorCode restructuring without changing existing behavior
Description
Summary
Move API documentation currently defined in TypeScript types inside modules to proper Swagger folders.
This improves maintainability and ensures consistent documentation
Problem / Motivation
Currently, API descriptions are embedded in TypeScript types, which is illogical, as it does not match the direct types of a specific module
Proposed Solution
- Identify all API types that contain documentation (e.g., response types, request bodies)
- Replace current swagger documentation
- Verify that Swagger UI displays all endpoints correctly
Type of Change
- Bug
- Feature
- Refactor
- Enhancement
- Chore
- Test
- Docs
- Breaking change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in progressFeature or request in progressFeature or request in progressrefactorCode restructuring without changing existing behaviorCode restructuring without changing existing behavior