Replies: 2 comments
|
If I remove If I try using a comma-delimited list of files, it fails: |
0 replies
|
I was able to solve this using openapi-merge-cli and an {
"inputs": [
{
"inputFile": "./Meetings.json"
},
{
"inputFile": "./Team Chat.json"
},
{
"inputFile": "./Users.json"
}
],
"output": "./Zoom.json"
} |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to combine three of Zoom's OpenAPI specs into one. I found a possible solution on Stack Overflow. When I try to run the following command, it doesn't work:
Error is:
My Java version is as follows:
All reactions