core
core copied to clipboard
fix: use short name when generating parameter description
| Q | A |
|---|---|
| Branch? | 3.2 |
| Tickets | |
| License | MIT |
| Doc PR |
OpenApiFactory previously only uses class name when generating parameter description, and did not respect the shortName parameter. This PR fixes the problem.