Feature Enhancement Request: Endpoint Order Synchronization
Akash Sivaraman
The synchronization of API endpoint order after re-arranging endpoints in the API definition within the CI/CD flow does not reflect as expected. This affects the usability and readability of the API documentation.
Current Behavior:
Upon initial upload of the spec file via the CI/CD flow, the endpoints are displayed in the expected order.
After re-arranging the endpoint of the API definition and performing a Resync, the order does not reflect.
Expected Behavior:
When an API definition is modified to change the order of endpoints and a Resync is executed, the displayed order should accurately reflect the changes made in the API definition.
Request:
Implement a feature that ensures the order of API endpoints is updated correctly after a Resync, reflecting any changes made in the API definition.
Log In