Version
3.8.0
Describe the bug
in the generated openapi spec, there seems to be a duplicated operationId:
"/pypi/{path}/simple/": {
"get": {
"operationId": "pypi_simple_read",
"/pypi/{path}/simple/{package}/": {
"get": {
"operationId": "pypi_simple_read",
I don't think this is allowed and i'm seeing some go bindings generation generating bad code due to it.
Version
3.8.0
Describe the bug
in the generated openapi spec, there seems to be a duplicated operationId:
I don't think this is allowed and i'm seeing some go bindings generation generating bad code due to it.