Replies: 2 comments
-
If I remove If I try using a comma-delimited list of files, it fails:
|
Beta Was this translation helpful? Give feedback.
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"
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
Beta Was this translation helpful? Give feedback.
All reactions