1

how does one combine multiple swagger documents? The documents generated from multiple endpoints need to be made available in a HTML UI.

Saveen
  • 4,120
  • 14
  • 38
  • 41
user3760894
  • 267
  • 4
  • 13

1 Answers1

0

You could use the following tool I wrote: https://www.npmjs.com/package/openapi-merge-cli

Robert Massaioli
  • 13,379
  • 7
  • 57
  • 73