You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add some flag in the config file openapi-merge.json which would skip duplicate paths instead of throwing this error?
Error merging files: Input 2: The path '/api/associations' maps to '/api/associations' and this has already been added by another input file (duplicate-paths)
I have a use case where multiple Swagger specification files could have the same path and i am unifying them into a single file.
Thanks!
The text was updated successfully, but these errors were encountered:
Same here, facing the issues that two different specifications actually define the same endpoints on different resources which results in a duplication.
Is it possible to add some flag in the config file
openapi-merge.json
which would skip duplicate paths instead of throwing this error?I have a use case where multiple Swagger specification files could have the same path and i am unifying them into a single file.
Thanks!
The text was updated successfully, but these errors were encountered: