-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working