Open filipe-silva opened 1 year ago
Here is an example that merges paths of 2 OpenAPI documents. You can also configure prefixes and filter paths to be merged.
This tool is mainly focused on merging separated files referred to using $ref
into a single file, so openapi-merge-cli might be more suitable if you want to simply merge multiple OpenAPI documents.
Hi, so I'm racking my brain but I can't figure out what I'm doing wrong.. I want to merge the yaml v1 and v2 from this openapi: https://api-docs.firefly-iii.org/
However when i use this on cli:
Only the v2 is on the output.
Can you please help me?