Skip to content

duplicate operationId in generated openapi spec #594

@jlsherrill

Description

@jlsherrill

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions