swagger-codegen
swagger-codegen copied to clipboard
HTML2 output contains errors and does not match API code or documentation
Description
The HTML2 doc generated from our APIs contains the following errors:
- The capitalization is incorrect in the HTML2 output and does not match the API.
- The calls have been reorganized in the HTML2 and do not match the order shown in the original code.
- Some of the call names are different, and incorrect, in the HTML2 version. For example, some of the GET calls have been changed to ADD.
This is a problem because we cannot generate accurate documentation from our APIs.
Swagger-codegen version
The current version in SwaggerHub cloud.
Hello @katiepet , is it possible you share an example of the OAS document to reproduce the issue?
@HugoMario I can't share that due to confidentiality concerns. But the screen captures above show the issues I'm asking about.