Closed klyver closed 1 year ago
For instance one api-spec could have GET /books and another api-spec could have POST /books. This can now be merged with this change.
GET /books
POST /books
It is the issue described in more detail here: https://github.com/kpramesh2212/openapi-merger-plugin/issues/7
This PR is donated by JYSK A/S :)
@klyver Thank you very much for the pull request
I just took your code and concerted into a path item merger and fixed this issue hence closing this pr
For instance one api-spec could have
GET /books
and another api-spec could havePOST /books
. This can now be merged with this change.It is the issue described in more detail here: https://github.com/kpramesh2212/openapi-merger-plugin/issues/7
This PR is donated by JYSK A/S :)