Skip to content

The path signature MUST be unique. #53

@asward

Description

@asward

Describe the bug

When generating source the project build fails with multiple The path signature 'xyz' MUST be unique.

I'm trying to generate an sdk/source for the JIRA Rest API (https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about). Their api defines a number of endpoints with non-unique path signatures.

/rest/api/2/field/{fieldId}

/rest/api/2/field/{id}

Notably, the operationId of these paths are unique, and the http method also differs.

Even excluding these operationsId(s) from the build via .csproj raises the same error.

Steps to reproduce the bug

Generate code using the jira platform api (https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about)

Expected behavior

I expect 'path signature' to be considered in combination with http method when evaluating endpoint uniqueness.

Screenshots

No response

NuGet package version

0.26.0

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions